Skip to content

Commit 1428001

Browse files
committed
Merge branch 'main' of github.com:remy/nodemon
2 parents 11fcaaa + 254c2ab commit 1428001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export interface NodemonConfig {
109109
execMap?: { [key: string]: string };
110110
ignoreRoot?: string[];
111111
watch?: string[];
112+
ignore?: string[];
112113
stdin?: boolean;
113114
runOnChangeOnly?: boolean;
114115
verbose?: boolean;

0 commit comments

Comments
 (0)