.gitignore 574 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #OS stuffs
  2. .vscode/*
  3. .DS_Store
  4. #Testing Folders
  5. test/deviceA/*
  6. test/deviceB/*
  7. tmp/*
  8. files/users*
  9. __debug_bin
  10. #Database related
  11. *.db
  12. system/db/*
  13. system/ao.db.lock
  14. *aofs.db.lock
  15. ./web/aofs.db
  16. #Setting related
  17. system/network/wifi/ap/*
  18. system/storage.json
  19. system/dev.uuid
  20. system/storage.json
  21. system/storage/*.json
  22. system/cron.json
  23. #Logs related
  24. system/aecron/*.log
  25. #Subservice related
  26. subservice/backup/.suspended
  27. subservice/backup/backup/.suspended
  28. subservice/aprint
  29. subservice/aprint/*
  30. #Binary related
  31. build/*
  32. aroz_online.exe
  33. aroz_online
  34. arozos.exe
  35. */arozos.exe
  36. arozos