66 lines
849 B
Plaintext
Executable File
66 lines
849 B
Plaintext
Executable File
# .gitignore for Home Assistant - https://www.vcloudinfo.com/click-here
|
|
# Ignore common Home Assistant files and directories
|
|
|
|
# System files
|
|
*.pid
|
|
*.xml
|
|
*.csr
|
|
*.crt
|
|
*.key
|
|
*.conf
|
|
*.pickle
|
|
*.db*
|
|
*.sqlite
|
|
*.log*
|
|
*.db
|
|
core.*
|
|
core
|
|
.uuid
|
|
|
|
# Home Assistant specific
|
|
*.DISABLED
|
|
.cloud
|
|
.storage
|
|
.vscode
|
|
.google.token
|
|
home-assistant_v2
|
|
home-assistant_v2.*
|
|
.homekit.state
|
|
ipchange.yaml
|
|
ip_bans.yaml
|
|
production_auth.json
|
|
OZW_Log.txt
|
|
.spotify-token-cache
|
|
google_calendars.yaml
|
|
.ring_cache.pickle
|
|
.ios.conf
|
|
|
|
# Configuration files
|
|
secrets.yaml
|
|
secrets
|
|
known_devices.yaml
|
|
entity_registry.yaml
|
|
.google_maps_location_sharing.cookies*
|
|
google_service_account.json
|
|
service_account.json
|
|
*.token
|
|
*.tokens
|
|
*.cookies
|
|
|
|
# Directories
|
|
backups
|
|
deps
|
|
/config/backups
|
|
icloud
|
|
__pycache__
|
|
hacs
|
|
alexa_media
|
|
custom_components
|
|
/config/www/community
|
|
community
|
|
image
|
|
tts
|
|
.ssh
|
|
.auth
|
|
.nest
|