homebridge-kobold-Homaassis.../.gitignore

120 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2021-05-09 16:19:28 +02:00
# Ignore compiled code
dist
# ------------- Defaults ------------- #
2019-07-20 22:20:31 +02:00
# Logs
logs
*.log
npm-debug.log*
2021-05-09 16:19:28 +02:00
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
2019-07-20 22:20:31 +02:00
# Runtime data
pids
*.pid
*.seed
2021-05-09 16:19:28 +02:00
*.pid.lock
2019-07-20 22:20:31 +02:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
2021-05-09 16:19:28 +02:00
*.lcov
2019-07-20 22:20:31 +02:00
# nyc test coverage
.nyc_output
2021-05-09 16:19:28 +02:00
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2019-07-20 22:20:31 +02:00
.grunt
2021-05-09 16:19:28 +02:00
# Bower dependency directory (https://bower.io/)
bower_components
2019-07-20 22:20:31 +02:00
# node-waf configuration
.lock-wscript
2021-05-09 16:19:28 +02:00
# Compiled binary addons (https://nodejs.org/api/addons.html)
2019-07-20 22:20:31 +02:00
build/Release
# Dependency directories
2021-05-09 16:19:28 +02:00
node_modules/
jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript cache
*.tsbuildinfo
2019-07-20 22:20:31 +02:00
# Optional npm cache directory
.npm
2021-05-09 16:19:28 +02:00
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
2019-07-20 22:20:31 +02:00
# Optional REPL history
.node_repl_history
2021-05-09 16:19:28 +02:00
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.pnp.*