Skip to content

Commit

Permalink
gitignore: don't ignore the debug npm module
Browse files Browse the repository at this point in the history
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 <fishrock123@rocketmail.com>
  • Loading branch information
zkat authored and Fishrock123 committed Jun 5, 2015
1 parent a5bd466 commit 02c3450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
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 02c3450

Please sign in to comment.