Skip to content

Commit 02c3450

Browse files
zkatFishrock123
authored andcommitted
gitignore: don't ignore the debug npm module
On case insensitive platforms, the rule was catching the debug module under npm and eslint. See: #1899 (comment) PR-URL: #1908 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent a5bd466 commit 02c3450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ icu_config.gypi
2222

2323
# various stuff that VC++ produces/uses
2424
Debug/
25+
!node_modules/debug/
2526
Release/
2627
!doc/blog/**
2728
*.sln

0 commit comments

Comments
 (0)