.gitignore 360 B

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