.gitignore 432 B

123456789101112131415161718192021222324
  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/system/neuralnet/yolov3.weights
  21. src/system/ao.db.lock