diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:23:57 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:23:57 +0400 |
commit | 4d0a5490042fdddcf5759e523682c1a02af2c3f1 (patch) | |
tree | e3e3f945771364d72e1e78c1f4a2bab34960d1a7 /.gitignore | |
parent | 35e1d7fd0ee093c362de3663e0fccc049434565a (diff) | |
download | hass-4d0a5490042fdddcf5759e523682c1a02af2c3f1.tar.gz hass-4d0a5490042fdddcf5759e523682c1a02af2c3f1.tar.bz2 hass-4d0a5490042fdddcf5759e523682c1a02af2c3f1.tar.xz hass-4d0a5490042fdddcf5759e523682c1a02af2c3f1.zip |
Add cloud-related files (while unused now)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,8 +8,10 @@ custom_components *\.db *\.db-* themes +tts www +.cloud/ .storage/auth .storage/auth.session .storage/auth_module.totp @@ -29,6 +31,7 @@ www .storage/mobile_app .storage/onboarding .storage/trace.saved_traces +.storage/repairs.issue_registry # This is part of config (but may contain security entities) .storage/core.config_entries |