Added sqlite testing db to ignores

This commit is contained in:
Nicolai Ort 2020-11-25 18:32:01 +01:00
parent 6ce88a1e3d
commit cfbf1ff821
2 changed files with 4 additions and 1 deletions

View File

@ -127,4 +127,5 @@ dist
.yarn/install-state.gz
.pnp.*
yarn.lock
package-lock.json
package-lock.json
*.sqlite

2
.gitignore vendored
View File

@ -129,3 +129,5 @@ dist
yarn.lock
package-lock.json
build
*.sqlite