From 520508ef286a789c2f16c60e48120c92ed88cac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= <10533763+dhalucario@users.noreply.github.com> Date: Sun, 29 Dec 2024 16:23:28 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8640e73..b327d1d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ node_modules dist dist-ssr *.local +build +.svelte-kit # Editor directories and files .vscode/*