Add Home Assistant .gitignore
This commit is contained in:
parent
6e28a99c5a
commit
a2e51c0f73
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Home Assistant
|
||||||
|
.storage/
|
||||||
|
.backups/
|
||||||
|
deps/
|
||||||
|
tts/
|
||||||
|
__pycache__/
|
||||||
|
*.log
|
||||||
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
*.sqlite
|
||||||
|
cloud/
|
||||||
|
secrets.yaml
|
||||||
Loading…
Add table
Reference in a new issue