2016-04-24 15:59:15 -07:00
|
|
|
dist
|
|
|
|
|
2016-04-21 02:26:01 -07:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directory
|
|
|
|
node_modules
|
2016-06-13 11:08:04 -07:00
|
|
|
typings
|
2016-04-21 02:26:01 -07:00
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
2016-06-10 20:47:22 -04:00
|
|
|
.dist
|
2017-08-23 21:34:26 -07:00
|
|
|
|
2018-03-13 15:39:43 +02:00
|
|
|
# Directly ignore this file here, rather than the /docs/ directory's .gitignore
|
|
|
|
# so it will be ignored by Prettier, which only supports a single, top-level,
|
|
|
|
# ignore file.
|
|
|
|
docs/db.json
|