From e49dca02754aa57cbe464066f11505db4a9b5ca9 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 17 Jan 2021 19:29:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20gitignore=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e343471..ac929a5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ node_modules -public/env.js build -yarn.lock package-lock.json +yarn.lock *.map +public/env.js public/sw.js +public/index.html public/workbox-*.js svelte.config.js \ No newline at end of file