59 lines
611 B
Plaintext
59 lines
611 B
Plaintext
# ------------------------
|
|
# Node / Package Manager
|
|
# ------------------------
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.pnpm-store
|
|
|
|
# Nuxt build outputs
|
|
.output
|
|
.nuxt
|
|
dist
|
|
.cache
|
|
.unimport
|
|
.h3
|
|
.nitro
|
|
**/.nitro
|
|
|
|
# Dev tools / OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs
|
|
!.gitkeep
|
|
|
|
# Local env files (runtime env should be provided by Docker/K8s)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Editor / IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Tests
|
|
coverage
|
|
*.lcov
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose.yml
|
|
|
|
# CI / Local build artifacts
|
|
*.tgz
|
|
*.zip
|
|
*.tar
|
|
*.mdx
|