You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

64 lines
597 B

# Dependencies
node_modules/
npm-debug.log
yarn-error.log
pnpm-debug.log
.pnpm-store/
# Nuxt build outputs
.nuxt/
.output/
dist/
# Environment files
.env
.env.*
!.env.example
# Development files
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
.gitattributes
# Documentation (not needed in container)
docs/
*.md
!README.md
# Testing
coverage/
.nyc_output/
playwright-report/
test-results/
# Cache
.cache/
.temp/
.tmp/
# OS files
.DS_Store
Thumbs.db
*.log
# Database
*.sqlite
*.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Drizzle
drizzle/