mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
935e9b4560
Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post
30 lines
429 B
Plaintext
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
|