This commit is contained in:
2025-09-08 02:21:37 +02:00
parent 396c3c9b44
commit 0fe4bad133
40 changed files with 1159 additions and 164 deletions

60
.dockerignore Normal file
View File

@@ -0,0 +1,60 @@
# Node modules (will be installed fresh in container)
app/node_modules/
node_modules/
# Build outputs (will be generated in container)
app/build/
app/.svelte-kit/
# Git and version control
.git/
.gitignore
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Temporary folders
tmp/
temp/
# Local environment files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Docker related files not needed in build context
docker-compose.yml
Dockerfile
.dockerignore
# Documentation and scripts
README.md
*.md
build.sh
rebuild-docker.sh