homelab/.gitignore
nathan 623fdec2bf feat(security): add .gitignore and protection guide to prevent sensitive file commits
docs(audit): create comprehensive security audit report with critical findings and remediation steps
2026-04-12 00:16:21 -04:00

48 lines
585 B
Plaintext

# Environment variables and secrets
**/.env
**/*.env
.env
.env.*
# Komodo environment files (if extracted from UI)
**/komodo.env
# SSH keys and certificates
*.key
*.pem
*.crt
*.p12
*.pfx
id_rsa*
id_ed25519*
# Backup files that might contain sensitive data
*.backup
*.bak
*.old
# Temporary files
*.tmp
*.swp
*.swo
*~
# OS-specific files
.DS_Store
Thumbs.db
desktop.ini
# Editor directories
.vscode/
.idea/
*.code-workspace
# Logs that might contain sensitive information
*.log
logs/
**/access-logs/
# Local development overrides
docker-compose.override.yml
compose.override.yml