Files
hassos_config/.gitignore
2025-06-23 12:40:35 +02:00

37 lines
720 B
Plaintext

# Gitignore settings for ESPHome
# This is an example and may include too much for your use-case.
# You can modify this file to suit your needs.
/.esphome/
/secrets.yaml
*.db
*.db-shm
*.db-wal
home-assistant.log
home-assistant.log.1
home-assistant.log.fault
/custom_components/*
/tts/*
/blueprints/*
/zigbee2mqtt/log/*
**.DS_Store
# Example .gitignore file for your config dir.
# An * ensures that everything will be ignored.
#*
# You can whitelist files/folders with !, these will not be ignored.
!*.yaml
!.gitignore
!*.md
# Ignore folders.
.storage
.cloud
.google.token
# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak.
ip_bans.yaml
secrets.yaml
known_devices.yaml
*.pyc
*.gz