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
build/
dist/
# misc
.DS_Store
@@ -32,3 +33,4 @@ server/db.json
yarn.lock
package.json
package-lock.json
db.json