Files
immich-app/.gitignore
2026-03-16 20:34:41 +00:00

63 lines
667 B
Plaintext

# =========================
# Immich runtime data
# =========================
# Postgres database storage
postgres/
pgdata/
db/
# Immich media storage (if added later)
library/
uploads/
profile/
thumbs/
encoded-video/
# Machine learning cache/models
model-cache/
# =========================
# Environment secrets
# =========================
.env
.env.*
.env.local
# =========================
# Docker / container runtime
# =========================
*.log
*.pid
*.sock
# =========================
# Temporary files
# =========================
*.tmp
*.swp
*~
# =========================
# OS junk
# =========================
.DS_Store
Thumbs.db