.gitignore 957 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. vendor-res/*
  16. #Database related
  17. *.db
  18. system/db/*
  19. *.db.lock
  20. system/ao.db.lock
  21. *aofs.db.lock
  22. ./web/aofs.db
  23. system/auth/authlog.db
  24. fsdb/*
  25. system/logs/*
  26. #Setting related
  27. system/network/wifi/ap/*
  28. system/storage.json
  29. system/dev.uuid
  30. system/smtp_conf.json
  31. system/storage.json
  32. system/bridge.json
  33. system/storage/*.json
  34. system/cron.json
  35. system/neuralnet/predictions.jpg
  36. #Logs related
  37. system/aecron/*.log
  38. #Webapp related
  39. web/teleprompter/*
  40. #Subservice related
  41. subservice/*
  42. !subservice/ArSamba
  43. !subservice/ArSamba/*
  44. !subservice/demo
  45. !subservice/demo/*
  46. !subservice/WsTTY/
  47. !subservice/WsTTY/*
  48. #Binary related
  49. build/*
  50. dist/*
  51. aroz_online.exe
  52. aroz_online
  53. arozos.exe
  54. */arozos.exe
  55. arozos_*_*
  56. arozos
  57. upx.exe
  58. #Script related
  59. start.sh.backup
  60. *.backup
  61. system/bridge.json
  62. launcher.exe
  63. web.tar.gz
  64. __debug_bin.exe