57 lines
538 B
Plaintext
57 lines
538 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Build outputs
|
|
dist
|
|
.output
|
|
.nuxt
|
|
.nitro
|
|
|
|
# IDE and editor files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation
|
|
README.md
|
|
CHANGELOG.md
|
|
LICENSE.md
|
|
docs/
|
|
|
|
# Docker files
|
|
Dockerfile*
|
|
docker-compose*.yml
|
|
.dockerignore
|
|
|
|
# Logs
|
|
*.log
|
|
logs
|
|
|
|
# Coverage
|
|
coverage
|
|
|
|
# Cache
|
|
.cache
|
|
.eslintcache |