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