From 2e6874c822f2f8e9a8a7b74b4765631ba08f0255 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 17 Jan 2021 18:32:32 +0100 Subject: [PATCH] apply new gitignore config --- .gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 19c336e4..a90bcb1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,8 @@ -.idea node_modules -dist -dist-ssr public/env.js -/build +build yarn.lock package-lock.json *.map -/public/index.html -/svelte.config.js \ No newline at end of file +public/index.html +svelte.config.js \ No newline at end of file