2014-03-01 00:34:11 +08:00
|
|
|
# Logs
|
2014-01-03 09:02:57 +08:00
|
|
|
logs
|
2010-11-09 07:18:45 +08:00
|
|
|
*.log
|
2015-08-06 17:30:45 +08:00
|
|
|
npm-debug.log*
|
2014-01-03 09:02:57 +08:00
|
|
|
|
2014-03-01 00:34:11 +08:00
|
|
|
# Runtime data
|
2014-01-03 09:02:57 +08:00
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
2014-03-01 00:34:11 +08:00
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
2014-01-03 09:02:57 +08:00
|
|
|
lib-cov
|
|
|
|
|
2014-03-01 00:34:11 +08:00
|
|
|
# Coverage directory used by tools like istanbul
|
2014-01-07 18:27:32 +08:00
|
|
|
coverage
|
|
|
|
|
2016-04-22 03:01:36 +08:00
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
2014-03-01 00:34:11 +08:00
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
2014-01-07 18:33:15 +08:00
|
|
|
.grunt
|
|
|
|
|
2014-10-01 13:23:32 +08:00
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
2014-03-01 00:34:11 +08:00
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
2014-01-07 17:49:40 +08:00
|
|
|
build/Release
|
|
|
|
|
2015-10-13 00:03:57 +08:00
|
|
|
# Dependency directories
|
2013-10-06 20:40:01 +08:00
|
|
|
node_modules
|
2015-10-13 00:03:57 +08:00
|
|
|
jspm_packages
|
2015-11-03 02:20:21 +08:00
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
2015-11-05 23:17:54 +08:00
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|