a4b146ad07
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 37s
Home Assistant & Miscellaneous Deployment / Generate list of added/modified/deleted services (push) Failing after 21s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Has been skipped
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been skipped
50 lines
535 B
Plaintext
50 lines
535 B
Plaintext
# Generic ignores
|
|
*.log
|
|
*.log.*
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.pyc
|
|
._*
|
|
__pycache__
|
|
|
|
# Directory (contents) ignores
|
|
.cloud
|
|
.storage
|
|
deps
|
|
|
|
# Specific file ignores
|
|
core
|
|
image
|
|
ip_bans.yaml
|
|
secrets.yaml
|
|
|
|
# Build-in blueprints ignores
|
|
blueprints/*/homeassistant
|
|
|
|
# ESPHome ignores
|
|
esphome/.*/
|
|
|
|
# Ignore add-on files
|
|
aircast.xml
|
|
airsonos.xml
|
|
notebooks
|
|
|
|
# Ignore files created by IDE's
|
|
.vscode
|
|
.theia
|
|
.Trash*
|
|
|
|
# Ignore vendored stuff
|
|
custom_components
|
|
themes
|
|
www/community
|
|
|
|
# Specific keeps
|
|
!.gitkeep
|
|
|
|
# Temporary ignores
|
|
.old_config
|
|
|
|
# envs
|
|
**/.env |