.gitignore 896 B

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