50 lines
417 B
Plaintext
50 lines
417 B
Plaintext
# Node modules
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Build outputs
|
|
.output
|
|
.nuxt
|
|
dist
|
|
.cache
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.github
|
|
|
|
# Documentation
|
|
README.md
|
|
docs
|
|
|
|
# Test files
|
|
*.test.js
|
|
*.spec.js
|
|
coverage
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Docker files (if building)
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|