Skip to content

Commit

Permalink
gitignore: never ignore debug module
Browse files Browse the repository at this point in the history
On case-insensitive platorms, the Debug/ rule catches the debug module
under npm and eslint.

PR-URL: #2286
Reviewed-By: Roman Reiss <[email protected]>
  • Loading branch information
targos authored and Myles Borins committed Feb 15, 2016
1 parent c0432e9 commit a2998a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ icu_config.gypi

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

0 comments on commit a2998a1

Please sign in to comment.