chore: ignore .svelte-kit anywhere, not just under web/

Generated SvelteKit files landed at the repo root when the web tooling ran from there,
and the previous rule only matched web/.svelte-kit/.
This commit is contained in:
Kemal Yaylali
2026-09-12 07:46:59 +01:00
parent 33e788122b
commit abde5ec6e4
9 changed files with 1 additions and 454 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ build/
.env
!web/.env
node_modules/
web/.svelte-kit/
.svelte-kit/
web/build/
pipeline/work/
pipeline/.nextflow*