From dd74d9ee89b80c46ce3d3347a3c7cbe34373019c Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 17 Jan 2021 18:19:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20gitignore=20changes=20in=20publi?= =?UTF-8?q?c/index.html=20&=20svelte.config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index aeca5005..64258f8f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ public/env.js yarn.lock package-lock.json *.map +public/index.html +svelte.config.js