.gitignore 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #OS stuffs
  2. .vscode/*
  3. .DS_Store
  4. .metadata/
  5. #Testing Folders
  6. test/deviceA/*
  7. test/deviceB/*
  8. _test/
  9. tmp/*
  10. files/users*
  11. __debug_bin
  12. experimentals/*
  13. updates/*
  14. #Database related
  15. *.db
  16. system/db/*
  17. *.db.lock
  18. system/ao.db.lock
  19. *aofs.db.lock
  20. ./web/aofs.db
  21. system/auth/authlog.db
  22. fsdb/*
  23. #Setting related
  24. system/network/wifi/ap/*
  25. system/storage.json
  26. system/dev.uuid
  27. system/smtp_conf.json
  28. system/storage.json
  29. system/bridge.json
  30. system/storage/*.json
  31. system/cron.json
  32. system/neuralnet/predictions.jpg
  33. #Logs related
  34. system/aecron/*.log
  35. #Webapp related
  36. web/teleprompter/*
  37. #Subservice related
  38. subservice/*
  39. !subservice/ArSamba
  40. !subservice/ArSamba/*
  41. !subservice/demo
  42. !subservice/demo/*
  43. !subservice/WsTTY/
  44. !subservice/WsTTY/*
  45. #Binary related
  46. build/*
  47. dist/*
  48. aroz_online.exe
  49. aroz_online
  50. arozos.exe
  51. */arozos.exe
  52. arozos_*_*
  53. arozos
  54. upx.exe
  55. #Script related
  56. start.sh.backup
  57. *.backup
  58. system/bridge.json
  59. launcher.exe
  60. web.tar.gz