.gitignore 528 B

12345678910111213141516171819202122232425262728
  1. # Operating System Trash
  2. */Thumbs.db
  3. */._*
  4. # Files that should not go into the main branch
  5. src/arozos.exe
  6. src/arozos_*
  7. src/arozos
  8. src/localhost.crt
  9. src/localhost.key
  10. src/system/dev.uuid
  11. src/system/storage.json
  12. src/subservice/*
  13. src/*.go_disabled
  14. src/system/ao.db
  15. # WebApps that cannot be published
  16. src/web/Cyinput/*
  17. # Release folder and database stuffs
  18. */aofs.db
  19. release/
  20. src/files
  21. src/system/logs
  22. src/system/neuralnet/yolov3.weights
  23. src/system/ao.db.lock
  24. src/system/auth/authlog.db.lock
  25. src/system/neuralnet/predictions.jpg