mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 03:43:35 +01:00
Ignore sqlite temporary files
This commit is contained in:
parent
d34cf059a3
commit
39c98c9ec7
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
data/proc_log.txt
|
||||
data/diffs.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.pyc
|
||||
node_modules
|
||||
.env
|
||||
|
|
Loading…
Reference in a new issue