Node.gitignore 532 字节
Newer Older
A
Adam Roben 已提交
1
# Logs
2
logs
A
amrnt 已提交
3
*.log
4

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

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

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

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

A
Adam Roben 已提交
19
# Compiled binary addons (http://nodejs.org/api/addons.html)
20 21
build/Release

A
Adam Roben 已提交
22
# Dependency directory
J
Josh Whaley 已提交
23
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
I
Ivan Zuzak 已提交
24
node_modules
S
Scott J. Roberts 已提交
25 26 27

# Users Environment Variables
.lock-wscript