Files
archivmail/.dockerignore
T
sysops 5f0c7a7e6d feat(PROJ-27): Docker-Support + install.sh v2.0 (native + Docker-Modus)
Adds multi-stage Dockerfiles (Go+Xapian CGO, Next.js standalone),
docker-compose.yml, webhook-basierter Deploy-Flow und erweitertes
install.sh mit interaktiver Modus-Auswahl.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 10:18:11 +02:00

31 lines
288 B
Plaintext

# Git
.git
.gitignore
# Node
node_modules
.next
npm-debug.log*
# Go build artifacts
archivmail
archivmail-export
archivmail-import
# Dev/Test
*.test
config.test.yml
.env.local
.env.local.example
# Secrets (nie ins Image)
keyfile
*.key
*.pem
# Docs / IDE
docs/
.claude/
.vscode/
*.md