Skip to content

Commit 5b31fc9

Browse files
committed
fix: ignore vite timestamp file
1 parent 4073214 commit 5b31fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants/glob.ts

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export const GLOB_EXCLUDE = [
8282
'**/.output',
8383
'**/.vite-inspect',
8484
'**/.yarn',
85+
'**/vite.config.*.timestamp-*',
8586

8687
'**/CHANGELOG*.md',
8788
'**/*.min.*',

0 commit comments

Comments
 (0)