2014-02-28 11:34:11 -05:00
|
|
|
# Logs
|
2014-01-02 20:02:57 -05:00
|
|
|
logs
|
2010-11-09 07:18:45 +08:00
|
|
|
*.log
|
2015-08-06 11:30:45 +02:00
|
|
|
npm-debug.log*
|
2017-02-09 00:13:21 -06:00
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.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
|
2016-07-02 09:05:05 -07:00
|
|
|
*.pid.lock
|
2014-01-02 20:02:57 -05:00
|
|
|
|
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 02:27:32 -08:00
|
|
|
coverage
|
|
|
|
|
2016-04-21 12:01:36 -07: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 02:33:15 -08:00
|
|
|
.grunt
|
|
|
|
|
2016-10-28 00:23:58 -02:00
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
2014-09-30 22:23:32 -07: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 01:49:40 -08:00
|
|
|
build/Release
|
|
|
|
|
2015-10-12 19:03:57 +03:00
|
|
|
# Dependency directories
|
2016-12-07 16:42:45 -06:00
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
2017-02-02 11:57:45 +01:00
|
|
|
|
|
|
|
# Typescript v1 declaration files
|
2017-02-02 11:54:37 +01:00
|
|
|
typings/
|
2015-11-02 19:20:21 +01:00
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
2015-11-05 16:17:54 +01:00
|
|
|
|
2016-08-19 09:45:28 -05:00
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
2015-11-05 16:17:54 +01:00
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
2016-09-21 07:18:07 +01:00
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
2016-10-12 14:07:57 +01:00
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
2017-01-25 16:13:33 +13:00
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
|
|
|
|