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