Initial commit: Port Amador landing site with Docker deployment setup

This commit is contained in:
2025-09-22 14:23:01 +02:00
parent c40315e86c
commit 05c3fe71a7
26 changed files with 1611 additions and 124 deletions

49
.dockerignore Normal file
View File

@@ -0,0 +1,49 @@
# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Next.js build output
.next
out
# Production
build
dist
# Environment files
.env*.local
.env.local
# Version control
.git
.gitignore
# IDE
.vscode
.idea
*.swp
*.swo
*.swn
.DS_Store
# Testing
coverage
.nyc_output
# Misc
.dockerignore
Dockerfile
docker-compose.yml
README.md
.eslintrc*
.prettierrc*
# Temporary files
*.log
tmp
temp
# Serena files
.serena