.gitignore 295 B

1234567891011121314151617181920212223242526272829303132
  1. # Git Ignore File
  2. # Do not ignore
  3. !/.gitignore
  4. !/.travis.yml
  5. # Logs
  6. logs
  7. *.log
  8. # Ignore Folders
  9. .storage
  10. .cloud
  11. .vscode
  12. .Trash-*
  13. deps/
  14. # Ignored Files
  15. secrets.yaml
  16. ip_bans.yaml
  17. known_devices.yaml
  18. *.conf
  19. *.db
  20. *.uuid
  21. .HA_VERSION
  22. # Node-Red
  23. node-red
  24. # Operating System Trash Files
  25. .DS_Store