From a523379b3a5f7f3cffecca82c0c066167da046ca Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 17 Jan 2021 19:24:25 +0100 Subject: [PATCH] gitignore fix --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a90bcb1f..2e343471 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ build yarn.lock package-lock.json *.map -public/index.html +public/sw.js +public/workbox-*.js svelte.config.js \ No newline at end of file