mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2024-11-17 06:19:26 +08:00
Fix gitignore to properly exclude sqlite db and static folder
This commit is contained in:
parent
5b401c3824
commit
449dd38fc1
2 changed files with 1 additions and 0 deletions
BIN
equipment_tracker/db.sqlite3
Normal file
BIN
equipment_tracker/db.sqlite3
Normal file
Binary file not shown.
|
@ -64,6 +64,7 @@ cover/
|
|||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
equipment_tracker/db.sqlite3
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
|
|
Loading…
Reference in a new issue