Skip to content

Commit 1c8e811

Browse files
committed
Ignore .git
1 parent 674e32f commit 1c8e811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/build/src/watch-async/create-watch-ignore-regex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export function createWatchIgnoreRegex(outputDirectoryPath: string) {
44
return new RegExp(
55
[
66
`^${outputDirectoryPath}`,
7+
'^.git',
78
'^node_modules',
89
'^manifest.json$',
910
'^package-lock.json$',

0 commit comments

Comments
 (0)