.gitignore 350 B

123456789101112131415161718192021222324252627282930313233343536
  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. # Node-Red
  26. node-red
  27. # Operating System Trash Files
  28. .DS_Store