.gitignore 359 B

12345678910111213141516171819202122232425262728293031323334353637
  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