- Multi-architecture Docker image (ARM64 + AMD64) - Kubernetes manifests for 3-replica deployment - Traefik ingress configuration - NGINX Proxy Manager integration - ConfigMap-based configuration - Automated build and deployment scripts - Session monitoring tools
23 lines
276 B
Plaintext
23 lines
276 B
Plaintext
/target
|
|
**/*.rs.bk
|
|
|
|
/node_modules
|
|
|
|
# Configuration files with sensitive data
|
|
files/*.pem
|
|
files/alacritty.toml
|
|
files/catppuccin-frappe.toml
|
|
files/profiles.json
|
|
|
|
# Docker volumes and logs
|
|
logs/
|
|
*.log
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.local
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|