🏗️ Phase 1 for production readyness

This commit is contained in:
RJ
2025-11-24 15:59:18 +02:00
committed by Rares J
parent 1baef49f73
commit 7dca1de1aa
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
*~