aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-19 21:23:31 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-20 21:41:50 +0200
commitbeda5138e018d9a853d57bd7274a35c21fa5c366 (patch)
tree3f6ff98c917db824a850c85eee7fbd76021adc27 /.gitignore
parentfeat(frontend): add PWA manifest (diff)
downloadrefinery-beda5138e018d9a853d57bd7274a35c21fa5c366.tar.gz
refinery-beda5138e018d9a853d57bd7274a35c21fa5c366.tar.zst
refinery-beda5138e018d9a853d57bd7274a35c21fa5c366.zip
fix(frontend): destroy service worker in dev mode
If the application is run in both production and development mode on the same domain, make sure to clean up the production service worker.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8fedc4bd..56961dd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@
15!.yarn/versions 15!.yarn/versions
16bin/ 16bin/
17build/ 17build/
18dev-dist/
18emf-gen/ 19emf-gen/
19xtend-gen/ 20xtend-gen/
20*.xtendbin 21*.xtendbin