.gitignore 928 B

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