.gitignore 328 B

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