1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00

add 'build' to Node.gitignore

This is to exclude compiled code from nodejs addons.
Reference: http://nodejs.org/api/addons.html
This commit is contained in:
Ray Solomon 2013-11-13 01:27:28 -08:00
parent 52ec58209b
commit 00686415c4

View File

@ -10,5 +10,6 @@ lib-cov
pids
logs
results
build
node_modules