95 lines
979 B
Plaintext
95 lines
979 B
Plaintext
|
# Dependencies
|
||
|
node_modules/
|
||
|
/.pnp
|
||
|
.pnp.js
|
||
|
.npm
|
||
|
.yarn/*
|
||
|
!.yarn/patches
|
||
|
!.yarn/plugins
|
||
|
!.yarn/releases
|
||
|
!.yarn/sdks
|
||
|
!.yarn/versions
|
||
|
|
||
|
# Testing
|
||
|
/coverage
|
||
|
.nyc_output
|
||
|
*.lcov
|
||
|
|
||
|
# Production & Build
|
||
|
/build
|
||
|
/dist
|
||
|
dist-ssr
|
||
|
*.local
|
||
|
|
||
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
lerna-debug.log*
|
||
|
|
||
|
# Environment files
|
||
|
.env
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
.env.*.local
|
||
|
|
||
|
# Cache & Temporary files
|
||
|
.cache/
|
||
|
.temp/
|
||
|
.eslintcache
|
||
|
.stylelintcache
|
||
|
*.tsbuildinfo
|
||
|
.next
|
||
|
.nuxt
|
||
|
.vuepress/dist
|
||
|
.docusaurus
|
||
|
.serverless/
|
||
|
.fusebox/
|
||
|
.dynamodb/
|
||
|
.tern-port
|
||
|
.webpack/
|
||
|
.grunt
|
||
|
|
||
|
# Editor & IDE files
|
||
|
.idea/
|
||
|
.vscode/*
|
||
|
!.vscode/extensions.json
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|
||
|
*.sublime-workspace
|
||
|
*.sublime-project
|
||
|
.project
|
||
|
.classpath
|
||
|
.settings/
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
|
||
|
# OS generated files
|
||
|
.DS_Store
|
||
|
.DS_Store?
|
||
|
._*
|
||
|
.Spotlight-V100
|
||
|
.Trashes
|
||
|
ehthumbs.db
|
||
|
Thumbs.db
|
||
|
|
||
|
# Debug
|
||
|
.debug/
|
||
|
debug/
|
||
|
debug.log
|
||
|
|
||
|
# Misc
|
||
|
*.pid
|
||
|
*.seed
|
||
|
*.pid.lock
|
||
|
.lock-wscript
|