elixir/.gitignore
2023-04-07 12:21:11 +02:00

18 lines
180 B
Text

# Generated files
__pycache__
tags
/.cache/
.idea/
env/
venv/
# Web-specific
http/images
http/*.html
http/favicon.ico
http/robots.txt
# Editor and other backup files
*.swp
*~
~*