Skip to content

Commit b0440f9

Browse files
committed
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 0068641, but doesn't break cross-environment projects that use the build directory for including concatenated/minified source. Mazel tov!
1 parent 935e9b4 commit b0440f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Node.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ lib-cov
2323

2424
# Node-specific patterns
2525

26+
## Compiled binary addons (http://nodejs.org/api/addons.html)
27+
build/Release
28+
2629
## Dependency directory
2730
## Deployed apps should consider commenting this line out:
2831
## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git

0 commit comments

Comments
 (0)