1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 13:47:58 +02:00
gitignore/Node.gitignore

29 lines
383 B
Plaintext
Raw Normal View History

# Semi-general patterns
## Logs
logs
2010-11-09 00:18:45 +01:00
*.log
## Runtime data
pids
*.pid
*.seed
## Run / build output
results
2010-11-09 00:18:45 +01:00
*.csv
*.dat
*.out
*.gz
# JS-specific patterns
## Directory for files generated by jscoverage/JSCover
lib-cov
# Node-specific patterns
## You may want to comment this out in certain scenarios:
## see http://www.futurealoof.com/posts/nodemodules-in-git.html
2013-10-06 14:40:01 +02:00
node_modules