Skip to content

Commit d936492

Browse files
committed
docs: update readme
1 parent 0245b6e commit d936492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineConfig({
4040
// 要监听的文件夹, 路径可以使用别名; 以 /* 结尾即可
4141
path: ['~/views/**/{components,hooks}/*', './src/hooks/*'],
4242
// 要忽略的文件夹或文件(可选)
43-
ignore: ['**/node_modules'],
43+
ignore: ['**/node_modules/*'],
4444
// 文件扩展名(默认为 'ts')'ts' | 'js'
4545
extname: 'ts',
4646
// 自定义导出格式

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default defineConfig({
4242
// Directories to watch, paths can use aliases; It just needs to end with /*
4343
path: ['~/views/**/{components,hooks}/*', '~/hooks/*'],
4444
// Directories or files to ignore (optional)
45-
ignore: ['**/node_modules'],
45+
ignore: ['**/node_modules/*'],
4646
// File extension (default is 'ts') `ts` | `js`
4747
extname: 'ts',
4848
// Custom export format

0 commit comments

Comments
 (0)