added config folder to git
This commit is contained in:
50
volumes/config/.gitignore
vendored
Normal file
50
volumes/config/.gitignore
vendored
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user