Add the database file to gitignore

This commit is contained in:
Korbs 2023-11-22 22:45:49 -05:00
parent 6638580fef
commit e4d9cd49e2

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
node_modules/ node_modules/
yarn.lock yarn.lock
package-lock.json package-lock.json
.env .env
json.sqlite