84 lines
1008 B
Plaintext
84 lines
1008 B
Plaintext
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
*.db
|
|
*.sqlite-journal
|
|
/logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# helmsman generated tmp folder
|
|
.helmsman-tmp
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
.cache
|
|
|
|
# next.js build output
|
|
.next
|
|
|
|
# Nuxt
|
|
*.log*
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
.output
|
|
.env
|
|
dist
|
|
|
|
# vuepress build output
|
|
.vuepress/dist
|
|
|
|
# Serverless directories
|
|
.serverless
|
|
|
|
# IDE / Editor
|
|
.idea
|
|
|
|
# Service worker
|
|
sw.*
|
|
|
|
# Vim swap files
|
|
*.swp
|
|
|
|
# Auto generate on postinstall step
|
|
auto-imports.d.ts
|
|
components.d.ts
|