Files
lovdata-chat/docker/.gitignore
2026-01-18 23:29:04 +01:00

18 lines
251 B
Plaintext

# Docker TLS certificates - NEVER commit to version control
docker/certs/
*.pem
*.key
*.csr
# Environment files with secrets
.env
.env.local
.env.*.local
# Docker data (if using local daemon)
docker-data/
# Logs and temporary files
*.log
tmp/
temp/