mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Added JM-WAL temp db file exclusions
This commit is contained in:
@@ -130,6 +130,8 @@ dmypy.json
|
||||
|
||||
# Database
|
||||
**/*.db
|
||||
**/*.db-shm
|
||||
**/*.db-wal
|
||||
|
||||
# VS code
|
||||
*.code-workspace
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -130,6 +130,8 @@ dmypy.json
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# VS code
|
||||
*.code-workspace
|
||||
|
||||
Reference in New Issue
Block a user