Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
119 lines
No EOL
2 KiB
Text
119 lines
No EOL
2 KiB
Text
# ===========================
|
|
# 1. SECRETS & ENVIRONMENT (CRITICAL)
|
|
# ===========================
|
|
.env
|
|
.env.*
|
|
*.key
|
|
*.cert
|
|
*.pem
|
|
*.crt
|
|
*.tfstate
|
|
*.tfvars
|
|
*.tfvars.json
|
|
override.tf
|
|
override.tf.json
|
|
|
|
# ===========================
|
|
# 2. SYSTEM & LOGS (Junk)
|
|
# ===========================
|
|
**/logs/
|
|
**/log/
|
|
**/cache/
|
|
**/tmp/
|
|
**/temp/
|
|
**/backups/
|
|
**/Backups/
|
|
**/BT_Backup/
|
|
*.log
|
|
crash.log
|
|
*.DS_Store
|
|
Thumbs.db
|
|
lost+found
|
|
|
|
# ===========================
|
|
# 3. DATABASES & BINARIES (Heavy Files)
|
|
# ===========================
|
|
# SQLite (Standard for *arrs, HA, etc)
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.sqlite-wal
|
|
*.sqlite-shm
|
|
|
|
# Heavy Directories
|
|
**/mysql/
|
|
**/postgres/
|
|
**/postgres_data/
|
|
**/prometheus-db/
|
|
**/grafana-db/
|
|
**/influxdb/
|
|
**/mariadb/
|
|
**/mongo/
|
|
|
|
# Archives & binaries
|
|
*.tar
|
|
*.tar.gz
|
|
*.zip
|
|
*.7z
|
|
*.iso
|
|
*.mmdb
|
|
|
|
# ===========================
|
|
# 4. APP SPECIFIC: HOME ASSISTANT
|
|
# ===========================
|
|
# ONLY ignore the internal cache and auth.
|
|
# DO NOT ignore .storage (Dashboards) or custom_components (HACS)
|
|
**/.HA_VERSION
|
|
**/.cloud/
|
|
**/deps/
|
|
**/home-assistant_v2.db
|
|
**/home-assistant_v2.db-shm
|
|
**/home-assistant_v2.db-wal
|
|
**/tts/
|
|
|
|
# OPTIONAL: Un-comment if you want to ignore HACS installs
|
|
# **/custom_components/
|
|
# **/www/
|
|
|
|
# ===========================
|
|
# 5. APP SPECIFIC: MEDIA & ARRS
|
|
# ===========================
|
|
# Metadata & Images (Can be GBs)
|
|
**/MediaCover/
|
|
**/metadata/
|
|
**/transcode/
|
|
**/scans/
|
|
**/scrapers/
|
|
|
|
# Jellyfin/Plex specific
|
|
**/jellyfin/config/metadata/
|
|
**/jellyfin/config/cache/
|
|
**/Library/Application Support/Plex Media Server/Cache/
|
|
|
|
# ===========================
|
|
# 6. APP SPECIFIC: KOMODO & GITEA
|
|
# ===========================
|
|
# Prevent Infinite Loops in Gitea
|
|
**/gitea/git/
|
|
**/gitea/gitea/
|
|
**/gitea/ssh/
|
|
|
|
# Komodo Caches
|
|
**/komodo/repo-cache/
|
|
**/komodo/builders/
|
|
|
|
# ===========================
|
|
# 7. MISC
|
|
# ===========================
|
|
# Node JS
|
|
**/node_modules/
|
|
|
|
# Terraform
|
|
.terraform/
|
|
*.tfstate.backup
|
|
|
|
# Technitium
|
|
**/technitium/config/apps/
|
|
**/technitium/config/blocklists/ |