diff --git a/.gitignore b/.gitignore index 11cd665..87bc84f 100644 --- a/.gitignore +++ b/.gitignore @@ -40,8 +40,13 @@ # Ignore the files and folders generated through Webpack /public/decidim-packs /public/packs-test -/public/sw.js* +/public/sw.js /public/sw.js.map +public/sw.js.LICENSE.txt +public/sw.js.br +public/sw.js.gz +public/sw.js.map.br +public/sw.js.map.gz # Ignore node modules /node_modules diff --git a/public/sw.js.LICENSE.txt b/public/sw.js.LICENSE.txt deleted file mode 100644 index ae386fb..0000000 --- a/public/sw.js.LICENSE.txt +++ /dev/null @@ -1 +0,0 @@ -/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ diff --git a/public/sw.js.br b/public/sw.js.br deleted file mode 100644 index 87a2fae..0000000 Binary files a/public/sw.js.br and /dev/null differ diff --git a/public/sw.js.gz b/public/sw.js.gz deleted file mode 100644 index d12593f..0000000 Binary files a/public/sw.js.gz and /dev/null differ diff --git a/public/sw.js.map.br b/public/sw.js.map.br deleted file mode 100644 index e15e361..0000000 Binary files a/public/sw.js.map.br and /dev/null differ diff --git a/public/sw.js.map.gz b/public/sw.js.map.gz deleted file mode 100644 index 4cf53d0..0000000 Binary files a/public/sw.js.map.gz and /dev/null differ