Initialize repository with strict YAML whitelist

This commit is contained in:
2026-06-06 00:14:45 -04:00
parent 2c52360fa4
commit 49e70a216e
4484 changed files with 16 additions and 296812 deletions
+16 -7
View File
@@ -1,8 +1,17 @@
# Ignore everything by default
*
.*
# Whitelist your gitignore file
!.gitignore
# Whitelist only your custom text and configuration files
!*.yaml
!*.md
# Whitelist specific custom asset folders if you use them
!blueprints/
!custom_components/
# CRITICAL SAFETY: Never track your secrets file
secrets.yaml
*.log
*.db
*.db-shm
*.db-wal
.storage/
home-assistant_v2.db
home-assistant_v2.db*