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