From b65f4b91f2c9912b7a839f5af9549b1e5caed672 Mon Sep 17 00:00:00 2001 From: Filip Krumpe Date: Mon, 17 Jan 2022 17:10:14 +0100 Subject: [PATCH] correctly ignore the build files --- webapp/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/.gitignore b/webapp/.gitignore index dc61a8d..663e66a 100644 --- a/webapp/.gitignore +++ b/webapp/.gitignore @@ -1,6 +1,6 @@ .DS_Store node_modules -/build +build/ /.svelte-kit /package .env