Skip to content

Commit 8f36c5b

Browse files
authoredJun 25, 2024··
fix: ignore vite timestamp file (#515)
1 parent 33c6327 commit 8f36c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/globs.ts

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export const GLOB_EXCLUDE = [
7777
'**/.output',
7878
'**/.vite-inspect',
7979
'**/.yarn',
80+
'**/vite.config.*.timestamp-*',
8081

8182
'**/CHANGELOG*.md',
8283
'**/*.min.*',

0 commit comments

Comments
 (0)
Please sign in to comment.