File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2323 "**/CHANGELOG.md",
2424 "**/vite.config.js.timestamp-*",
2525 "**/.svelte-kit/**",
26+ "**/.custom-out-dir/**",
27+ "**/build/**",
2628 "**/test-results/**",
2729 "documentation/**/*.md",
2830 "packages/package/test/fixtures/**/expected/**/*",
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ export default [
1111 {
1212 ignores : [
1313 '**/.svelte-kit' ,
14- 'packages/adapter-static/test/apps/*/build ' ,
15- 'packages/adapter-cloudflare/files ' ,
16- 'packages/adapter-netlify/files ' ,
17- 'packages/adapter-node /files'
14+ '**/test-results ' ,
15+ '**/build ' ,
16+ '**/.custom-out-dir ' ,
17+ 'packages/adapter-* /files'
1818 ]
1919 } ,
2020 {
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ test/build-errors/apps/syntax-error/src/routes/+page.svelte
22/types
33src /runtime /components /svelte-5 /layout.svelte
44.svelte-kit
5+ .custom-out-dir
6+ build
57test-results
68/test /apps /basics /test /errors.json
You can’t perform that action at this time.
0 commit comments