Add *.db and *.db-journal to .gitignore for databases
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,8 @@
|
|||||||
# .env
|
# .env
|
||||||
.env
|
.env
|
||||||
|
# sqlite
|
||||||
|
*.db
|
||||||
|
*.db-journal
|
||||||
|
|
||||||
### Python ###
|
### Python ###
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
|
|||||||
Reference in New Issue
Block a user