projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0432e9
)
gitignore: never ignore debug module
author
Michaël Zasso
<mic.besace@gmail.com>
Thu, 5 Nov 2015 19:53:52 +0000
(20:53 +0100)
committer
Myles Borins
<mborins@us.ibm.com>
Mon, 15 Feb 2016 19:30:23 +0000
(11:30 -0800)
On case-insensitive platorms, the Debug/ rule catches the debug module
under npm and eslint.
PR-URL: https://github.com/nodejs/node/pull/2286
Reviewed-By: Roman Reiss <me@silverwind.io>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 5cf2cd0a71cbdfc92f5cc16363e76e68debd39c4..d4ead4924371d8e1dbff967b32e4cdce94ba2477 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-24,7
+24,7
@@
icu_config.gypi
# various stuff that VC++ produces/uses
Debug/
-!node_modules/debug/
+!
**/
node_modules/debug/
Release/
!doc/blog/**
*.sln