Add sqlite files to gitignore

This commit is contained in:
Ethan Paul 2022-02-08 22:50:49 -05:00
parent b86a8e5083
commit 5e00046622
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -107,3 +107,8 @@ ENV/
# Pycharm
.idea/
.idea/vcs.xml
# Sqlite database files
**.db
**.db-shm
**.db-wal