123456789101112131415161718192021222324252627282930313233343536373839 |
- # Git Ignore File
- # Do not ignore
- !/.gitignore
- !/.travis.yml
- ._.DS_Store
- /custom_components/
- # Logs
- logs
- *.log
- # Ignore Folders
- .storage
- .cloud
- .vscode
- .Trash-*
- deps/
- pyscript/__pycache__/
- # Ignored Files
- secrets.yaml
- ip_bans.yaml
- known_devices.yaml
- *.conf
- *.db
- *.uuid
- .HA_VERSION
- ._*.yaml
- # Node-Red
- node-red
- # Operating System Trash Files
- .DS_Store
- home-assistant.log.1
- home-assistant.log.fault
|