mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 19:46:19 +00:00
ignorar shm y wal
This commit is contained in:
parent
d5e7726185
commit
32f062b15f
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,8 @@ p.*
|
||||||
p
|
p
|
||||||
node_modules/
|
node_modules/
|
||||||
*.db
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
scraper/debug/
|
scraper/debug/
|
||||||
scraper/x.tsv
|
scraper/x.tsv
|
||||||
*.tmp
|
*.tmp
|
Loading…
Reference in a new issue