Node.gitignore 383 字节
Newer Older
1 2 3 4
# Semi-general patterns

## Logs
logs
A
amrnt 已提交
5
*.log
6 7 8 9 10 11 12 13

## Runtime data
pids
*.pid
*.seed

## Run / build output
results
A
amrnt 已提交
14 15 16 17 18
*.csv
*.dat
*.out
*.gz

19 20 21 22 23 24
# JS-specific patterns

## Directory for files generated by jscoverage/JSCover
lib-cov

# Node-specific patterns
25

26 27
## You may want to comment this out in certain scenarios:
## see http://www.futurealoof.com/posts/nodemodules-in-git.html
I
Ivan Zuzak 已提交
28
node_modules