diff options
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 |