Ignore local SQLite database files
This commit is contained in:
parent
895dec090b
commit
b3a0385346
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,5 +3,8 @@
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# SQLite database files
|
||||||
|
*.db
|
||||||
|
|
||||||
# Python virtual environment
|
# Python virtual environment
|
||||||
venv/
|
venv/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue