Generated SvelteKit files landed at the repo root when the web tooling ran from there, and the previous rule only matched web/.svelte-kit/.
20 lines
226 B
Plaintext
20 lines
226 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
build/
|
|
.venv/
|
|
.env
|
|
!web/.env
|
|
node_modules/
|
|
.svelte-kit/
|
|
web/build/
|
|
pipeline/work/
|
|
pipeline/.nextflow*
|
|
pipeline/results/
|
|
mlruns/
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
.terraform/
|
|
data/*.vcf*
|
|
!data/README.md
|