Skip to content

Commit a6f1033

Browse files
committed
fix: ignore .history/ from crawling
1 parent d423e4f commit a6f1033

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vike/node/plugin/plugins/importUserCode/v1-design/getVikeConfig/crawlPlusFiles/ignorePatternsBuiltIn.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const ignorePatternsBuiltIn = [
88
// +Page.telefunc.js
99
// ```
1010
'**/*.telefunc.*',
11+
// https://github.com/vikejs/vike/issues/1589#issuecomment-2031925598
12+
'**/.history/**',
1113
// https://github.com/vikejs/vike/discussions/2222
1214
'**/*.generated.*'
1315
] as const

0 commit comments

Comments
 (0)