Initial Commit
This commit is contained in:
+46
-3
@@ -1,5 +1,48 @@
|
||||
.storage
|
||||
# Secrets & credentials — never commit
|
||||
secrets.yaml
|
||||
.storage/
|
||||
.cloud/
|
||||
.deploy_key
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Runtime state & databases
|
||||
.HA_VERSION
|
||||
.ha_run.lock
|
||||
.uuid
|
||||
.shopping_list.json
|
||||
home-assistant_v2.db*
|
||||
zigbee.db*
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.db-journal
|
||||
|
||||
# Logs
|
||||
home-assistant.log*
|
||||
*.log
|
||||
.cloud
|
||||
deps
|
||||
*.log.*
|
||||
|
||||
# Caches & generated content
|
||||
.cache/
|
||||
deps/
|
||||
tts/
|
||||
image/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Backups & editor cruft
|
||||
backups/
|
||||
*.bak
|
||||
*.bak[0-9]
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Local SSH/known_hosts inside /config
|
||||
.ssh/
|
||||
known_hosts*
|
||||
|
||||
# Custom content
|
||||
custom_components
|
||||
themes
|
||||
|
||||
Reference in New Issue
Block a user