mirror of
https://github.com/danbulant/Shasha
synced 2026-05-24 12:22:00 +00:00
ignore sqlite3
This commit is contained in:
parent
2dbcccc337
commit
a46aa25d2f
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
config.json
|
||||
package-lock.json
|
||||
*.sqlite3
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
|
@ -50,7 +51,6 @@ web_modules/
|
|||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
*.sqlite3
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
|
|
|||
Loading…
Reference in a new issue