Node.gitignore 627 字节
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
pids
*.pid
*.seed
R
Roman Pushkin 已提交
10
*.pid.lock
11

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

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

18 19 20
# nyc test coverage
.nyc_output

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

24 25 26
# node-waf configuration
.lock-wscript

A
Adam Roben 已提交
27
# Compiled binary addons (http://nodejs.org/api/addons.html)
28 29
build/Release

M
Matti Jokitulppo 已提交
30
# Dependency directories
I
Ivan Zuzak 已提交
31
node_modules
M
Matti Jokitulppo 已提交
32
jspm_packages
J
Julien CROUZET 已提交
33 34 35

# Optional npm cache directory
.npm
J
Julien CROUZET 已提交
36

37 38 39
# Optional eslint cache
.eslintcache

J
Julien CROUZET 已提交
40 41
# Optional REPL history
.node_repl_history