Node.gitignore 817 字节
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
# Bower dependency directory (https://bower.io/)
bower_components

27 28 29
# node-waf configuration
.lock-wscript

A
Adam Roben 已提交
30
# Compiled binary addons (http://nodejs.org/api/addons.html)
31 32
build/Release

M
Matti Jokitulppo 已提交
33
# Dependency directories
A
Andrew Pennebaker 已提交
34 35
node_modules/
jspm_packages/
36
typings/
J
Julien CROUZET 已提交
37 38 39

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

41 42 43
# Optional eslint cache
.eslintcache

J
Julien CROUZET 已提交
44 45
# Optional REPL history
.node_repl_history
M
Mike Ralphson 已提交
46 47 48

# Output of 'npm pack'
*.tgz
C
Craig Morris 已提交
49 50 51 52

# Yarn Integrity file
.yarn-integrity

M
Malcolm 已提交
53 54 55
# dotenv environment variables file
.env