Add build/Release to Node gitignore

This re-covers the http://nodejs.org/api/addons.html case for which the "build" directory was added in 00686415c4, but doesn't break cross-environment projects that use the build directory for including concatenated/minified source. Mazel tov!
This commit is contained in:
Stuart P. Bentley 2014-01-07 01:49:40 -08:00
parent 935e9b4560
commit b0440f97cc
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ lib-cov
# Node-specific patterns
## Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
## Dependency directory
## Deployed apps should consider commenting this line out:
## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git