mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
b0440f97cc
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!
33 lines
506 B
Plaintext
33 lines
506 B
Plaintext
# Semi-general patterns
|
|
|
|
## Logs
|
|
logs
|
|
*.log
|
|
|
|
## Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
## Run / build output
|
|
results
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.gz
|
|
|
|
# JS-specific patterns
|
|
|
|
## Directory for files generated by jscoverage/JSCover
|
|
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
|
|
node_modules
|