-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add excludes feature and remove 10k file watcher hard limit
Note: I tried watching node_modules, it will crash no matter how buffered your watcher is
- Loading branch information
Niklas Hanft
committed
Nov 20, 2024
1 parent
0e6866c
commit c57e949
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ pod: | |
|
||
watch: | ||
- pattern: "./**/*.php" | ||
excludes: | ||
- "node_modules" | ||
hooks: | ||
- "yarn run build" | ||
- pattern: "*.go" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters