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 23
23
"**/CHANGELOG.md",
24
24
"**/vite.config.js.timestamp-*",
25
25
"**/.svelte-kit/**",
26
+ "**/.custom-out-dir/**",
27
+ "**/build/**",
26
28
"**/test-results/**",
27
29
"documentation/**/*.md",
28
30
"packages/package/test/fixtures/**/expected/**/*",
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ export default [
11
11
{
12
12
ignores : [
13
13
'**/.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'
18
18
]
19
19
} ,
20
20
{
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ test/build-errors/apps/syntax-error/src/routes/+page.svelte
2
2
/types
3
3
src /runtime /components /svelte-5 /layout.svelte
4
4
.svelte-kit
5
+ .custom-out-dir
6
+ build
5
7
test-results
6
8
/test /apps /basics /test /errors.json
You can’t perform that action at this time.
0 commit comments