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 <me@silverwind.io>
  • Loading branch information
targos authored and silverwind committed Jan 13, 2016
1 parent 90204cc commit ed55169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -24,7 +24,7 @@ icu_config.gypi

# various stuff that VC++ produces/uses
Debug/
!deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug
!**/node_modules/debug/
!deps/v8/src/debug/
Release/
!doc/blog/**
Expand Down

0 comments on commit ed55169

Please sign in to comment.