97 lines
1.0 KiB
Plaintext
97 lines
1.0 KiB
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
.output
|
|
.nuxt
|
|
.next
|
|
.vite
|
|
.cache
|
|
|
|
# Development files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
*.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Documentation
|
|
README.md
|
|
CHANGELOG.md
|
|
LICENSE.md
|
|
docs
|
|
|
|
# Config files that shouldn't be in container
|
|
.eslintrc*
|
|
.prettierrc*
|
|
prettier.config.js
|
|
.editorconfig
|
|
|
|
# Testing
|
|
jest.config.js
|
|
cypress
|
|
test
|
|
tests
|
|
|
|
# Misc
|
|
.turbo
|
|
.vercel
|
|
.netlify
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional stylelint cache
|
|
.stylelintcache
|
|
|
|
# Package manager lock files (keep package-lock.json but ignore others)
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose*.yml
|
|
.dockerignore |