38 lines
351 B
Text
38 lines
351 B
Text
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
.output
|
||
|
|
.nuxt
|
||
|
|
dist
|
||
|
|
|
||
|
|
# Development files
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# IDE & OS files
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Docker files (prevent recursive copying)
|
||
|
|
Dockerfile*
|
||
|
|
docker-compose*.yml
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
*.md
|
||
|
|
!README.md
|
||
|
|
|
||
|
|
# Test files
|
||
|
|
coverage
|
||
|
|
.nyc_output
|