Update .gitignore

- Ignore electron database
- Ignore dist files
This commit is contained in:
cv
2021-05-15 23:04:28 +02:00
parent ce80683496
commit a6d78470ad
+2
View File
@@ -10,6 +10,7 @@ node_modules/
# production # production
build/ build/
dist/
# misc # misc
.DS_Store .DS_Store
@@ -32,3 +33,4 @@ server/db.json
yarn.lock yarn.lock
package.json package.json
package-lock.json package-lock.json
db.json