Update gitignore and remove sensitive files from tracking
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -54,11 +54,16 @@ pytestdebug.log
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
# Database stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
storyline.db
|
||||
|
||||
# Test scripts
|
||||
test_*.py
|
||||
debug_db.py
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
|
||||
Reference in New Issue
Block a user