|
@@ -3,6 +3,7 @@
|
|
.DS_Store
|
|
.DS_Store
|
|
.tmp*
|
|
.tmp*
|
|
dist/
|
|
dist/
|
|
|
|
+public/
|
|
coverage/
|
|
coverage/
|
|
|
|
|
|
# Ignore dependencies and lock files
|
|
# Ignore dependencies and lock files
|
|
@@ -19,4 +20,6 @@ pnpm-lock.yaml
|
|
# Ignore code coverage output
|
|
# Ignore code coverage output
|
|
.nyc_output/
|
|
.nyc_output/
|
|
|
|
|
|
-# Add any additional patterns here
|
|
|
|
|
|
+# Add any additional patterns here
|
|
|
|
+db.json
|
|
|
|
+.deploy_git/
|