Added JM-WAL temp db file exclusions

This commit is contained in:
CasVT
2023-06-30 23:18:20 +02:00
parent b9dcfc8a5f
commit 4bee7a0965
2 changed files with 4 additions and 0 deletions

View File

@@ -130,6 +130,8 @@ dmypy.json
# Database
**/*.db
**/*.db-shm
**/*.db-wal
# VS code
*.code-workspace

2
.gitignore vendored
View File

@@ -130,6 +130,8 @@ dmypy.json
# Database
*.db
*.db-shm
*.db-wal
# VS code
*.code-workspace