aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 76751e8..bee076a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,9 +18,14 @@
# production
/build
+# docker
+docker-compose.yml
+
# misc
.DS_Store
*.pem
+/assets/dummyData.json
+/backup
# debug
npm-debug.log*
@@ -43,4 +48,5 @@ service-account.json
**/public/worker-*.js
**/public/sw.js.map
**/public/workbox-*.js.map
-**/public/worker-*.js.map \ No newline at end of file
+**/public/worker-*.js.map
+**/public/fallback-*.js \ No newline at end of file