You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
373 B
31 lines
373 B
.DS_Store |
|
node_modules |
|
/build |
|
/.svelte-kit |
|
/package |
|
.env |
|
.env.* |
|
!.env.example |
|
vite.config.js.timestamp-* |
|
vite.config.ts.timestamp-* |
|
|
|
# tests - ignore all test directories and files |
|
/tests/ |
|
/test/ |
|
/__tests__/ |
|
*.test.js |
|
*.test.ts |
|
*.spec.js |
|
*.spec.ts |
|
*.test.svelte |
|
*.spec.svelte |
|
/coverage/ |
|
/.nyc_output/ |
|
|
|
# documentation |
|
/docs/ |
|
|
|
# Deno |
|
/.deno/ |
|
/deno_dir/ |
|
/import_map.lock.json |