This commit is contained in:
Bastian Masanek
2025-10-30 08:24:44 +01:00
commit 6e50ec7034
73 changed files with 27355 additions and 0 deletions

64
.dockerignore Normal file
View File

@@ -0,0 +1,64 @@
# 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/