1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 06:07:58 +02:00
gitignore/Node.gitignore
Stuart P. Bentley 935e9b4560 Clarify node_modules comment
Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post
2014-01-07 01:37:13 -08:00

30 lines
429 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
## 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