Skip to content

Commit 94fd0f5

Browse files
authoredJul 15, 2024··
fix: Add .svelte-kit to ignored paths (#542)
1 parent 557fa22 commit 94fd0f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/globs.ts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export const GLOB_EXCLUDE = [
7070
'**/.vitepress/cache',
7171
'**/.nuxt',
7272
'**/.next',
73+
'**/.svelte-kit',
7374
'**/.vercel',
7475
'**/.changeset',
7576
'**/.idea',

0 commit comments

Comments
 (0)
Please sign in to comment.