Initialize repository with strict YAML whitelist
This commit is contained in:
+16
-7
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user