Skip to content

Commit

Permalink
Prevent .gitignore from ignoring debug module
Browse files Browse the repository at this point in the history
On case insensitive platforms, the rule was catching the node module
under npm and eslint.

This should fix the issue, and make nodejs#1899 mergeable.
  • Loading branch information
zkat committed Jun 5, 2015
1 parent a5bd466 commit e3293f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ icu_config.gypi

# various stuff that VC++ produces/uses
Debug/
!node_modules/debug/
Release/
!doc/blog/**
*.sln
Expand Down

0 comments on commit e3293f2

Please sign in to comment.