348 files
This commit is contained in:
+25
-13
@@ -1,14 +1,26 @@
|
||||
# Home Assistant Core Exclusions
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.log
|
||||
.storage/
|
||||
# Only track specific file types
|
||||
# Ignore everything by default
|
||||
*
|
||||
|
||||
# === Home Assistant Version Control Managed (do not edit below) ===
|
||||
# Tracked file types
|
||||
!*.yaml
|
||||
!**/.??*.yaml
|
||||
!*.yml
|
||||
!**/.??*.yml
|
||||
|
||||
# Track specific .storage configuration files
|
||||
!.storage/lovelace
|
||||
!.storage/lovelace_dashboards
|
||||
!.storage/lovelace_resources
|
||||
!.storage/lovelace.*
|
||||
# === End Home Assistant Version Control Managed ===
|
||||
|
||||
# Allow directory traversal
|
||||
!*/
|
||||
|
||||
# Re-ignore macOS metadata files (even if they match allowed extensions)
|
||||
._*
|
||||
|
||||
# Excluded files
|
||||
secrets.yaml
|
||||
*icon*.png
|
||||
*state.json
|
||||
|
||||
|
||||
# Custom integrations and private tokens
|
||||
.google_nest_prompt_info.json
|
||||
nest_protect_cookies.json
|
||||
|
||||
Reference in New Issue
Block a user