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