Update gitignore for SQLite WAL files
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -2,3 +2,8 @@
|
|||||||
*.log
|
*.log
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.db-wal
|
||||||
|
*.db-shm
|
||||||
|
*.db-journal
|
||||||
|
!state_*.db
|
||||||
|
|||||||
Reference in New Issue
Block a user