.gitignore 405 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. pyscript/__pycache__/
  17. # Ignored Files
  18. secrets.yaml
  19. ip_bans.yaml
  20. known_devices.yaml
  21. *.conf
  22. *.db
  23. *.uuid
  24. .HA_VERSION
  25. ._*.yaml
  26. # Node-Red
  27. node-red
  28. # Operating System Trash Files
  29. .DS_Store
  30. home-assistant.log.1
  31. home-assistant.log.fault