shorturl/.gitignore

10 lines
156 B
Plaintext
Raw Permalink Normal View History

2020-11-01 13:11:52 +01:00
# Ignore python compiled files and cache
*.pyc
__pycache__
# Ignore sqlite db
*.sqlite3
2020-11-01 14:17:05 +01:00
# Ignore private.py since it contains secrets
shorturl/private.py