Skip to content

Commit c96400c

Browse files
iarnarvagg
authored andcommittedNov 6, 2015
gitignore: don't ignore 'debug' in deps/npm
PR-URL: #3599 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent e40d282 commit c96400c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ icu_config.gypi
2424

2525
# various stuff that VC++ produces/uses
2626
Debug/
27-
!node_modules/debug/
27+
!deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug
2828
!deps/v8/src/debug/
2929
Release/
3030
!doc/blog/**

0 commit comments

Comments
 (0)