diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,7 +2,6 @@ secrets.yaml keys backups -custom_components *\.log *\.log\.* *\.db @@ -10,6 +9,7 @@ custom_components themes tts www +ha_token .cloud/ .storage/auth @@ -37,3 +37,9 @@ www .storage/core.config_entries .storage/core.device_registry .storage/sonoff/ + +# Standard custom components (unpatched) +custom_components/ble_monitor +custom_components/hacs +custom_components/remote_homeassistant +custom_components/sonoff |
