diff --git a/.gitignore b/.gitignore index ac929a5d..b2496c6e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ public/env.js public/sw.js public/index.html public/workbox-*.js -svelte.config.js \ No newline at end of file +svelte.config.js +public/index.html diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 1b0be8ea..00000000 --- a/public/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/svelte.config.js b/svelte.config.js deleted file mode 100644 index 37be7df6..00000000 --- a/svelte.config.js +++ /dev/null @@ -1 +0,0 @@ -// this is configured with dev scripts