added config folder to git

This commit is contained in:
2024-05-30 12:13:40 +01:00
parent a3cbc3df63
commit a2c3fabfe9
15 changed files with 556 additions and 3 deletions

50
volumes/config/.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# Created by https://www.toptal.com/developers/gitignore/api/homeassistant
# Edit at https://www.toptal.com/developers/gitignore?templates=homeassistant
### HomeAssistant ###
# Files with personal details
*.crt
*.csr
*.key
.cloud
.google.token
.HA_VERSION
.storage
.uuid
icloud/
google_calendars.yaml
harmony_media_room.conf
home-assistant.db
home-assistant_v2.db
home-assistant_v2.db-*
html5_push_registrations.conf
image
ip_bans.yaml
known_devices.yaml
phue.conf
plex.conf
pyozw.sqlite
secrets.yaml
tradfri.conf
webostv.conf
# Temporary files
*.db-journal
*.pid
tts
# automatically downloaded dependencies
deps
lib
# Log files
home-assistant.log
home-assistant.log.*
ozw_log.txt
# Development files
custom_components
# End of https://www.toptal.com/developers/gitignore/api/homeassistant