Node.gitignore 545 字节
Newer Older
A
Adam Roben 已提交
1
# Logs
2
logs
A
amrnt 已提交
3
*.log
C
cyrbil 已提交
4
npm-debug.log*
5

A
Adam Roben 已提交
6
# Runtime data
7 8 9 10
pids
*.pid
*.seed

A
Adam Roben 已提交
11
# Directory for instrumented libs generated by jscoverage/JSCover
12 13
lib-cov

A
Adam Roben 已提交
14
# Coverage directory used by tools like istanbul
15 16
coverage

A
Adam Roben 已提交
17
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
S
Stuart P. Bentley 已提交
18 19
.grunt

20 21 22
# node-waf configuration
.lock-wscript

A
Adam Roben 已提交
23
# Compiled binary addons (http://nodejs.org/api/addons.html)
24 25
build/Release

M
Matti Jokitulppo 已提交
26
# Dependency directories
I
Ivan Zuzak 已提交
27
node_modules
M
Matti Jokitulppo 已提交
28
jspm_packages
J
Julien CROUZET 已提交
29 30 31

# Optional npm cache directory
.npm
J
Julien CROUZET 已提交
32 33 34

# Optional REPL history
.node_repl_history