gitignore SQLite files
Ignore `*.sqlite-shm` and `*.sqlite-wal` files. These are used by SQLite for shared memory and write-ahead logging.
This commit is contained in:
parent
354119e237
commit
a5e8ae81e9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
*.exe
|
||||
*.sqlite
|
||||
*.sqlite-shm
|
||||
*.sqlite-wal
|
||||
*.db
|
||||
*.blend[0-9]
|
||||
*.flamenco.blend
|
||||
|
Loading…
x
Reference in New Issue
Block a user