From 10424f7aafe670af8d396833c0545e7c4f5166a9 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 10 Jan 2025 16:11:30 +0000 Subject: [PATCH] Migrated from svelte vite plugin to sveltekit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e2ec1c2..618a320 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ package-lock.json npm-debug.log* yarn-debug.log* yarn-error.log* + +.svelte-kit