🏗️ Phase 1 for production readyness

This commit is contained in:
RJ
2025-11-24 15:59:18 +02:00
parent 5f585e2a9f
commit f383b86b4d
10 changed files with 77 additions and 8 deletions

42
.dockerignore Normal file
View File

@@ -0,0 +1,42 @@
# Git
.git
.github
.gitignore
# Dependencies
node_modules
# Next.js
.next
out
# Environment
.env*
!.env.example
# Logs
*.log
npm-debug.log*
logs/
# Documentation
*.md
!README.md
specs/
# IDE
.vscode
.idea
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
.nyc_output
# Misc
*.swp
*.swo
*~