Skip to content

Commit a2998a1

Browse files
targosMyles Borins
authored and
Myles Borins
committed
gitignore: never ignore debug module
On case-insensitive platorms, the Debug/ rule catches the debug module under npm and eslint. PR-URL: #2286 Reviewed-By: Roman Reiss <[email protected]>
1 parent c0432e9 commit a2998a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ icu_config.gypi
2424

2525
# various stuff that VC++ produces/uses
2626
Debug/
27-
!node_modules/debug/
27+
!**/node_modules/debug/
2828
Release/
2929
!doc/blog/**
3030
*.sln

0 commit comments

Comments
 (0)