.gitignore 702 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. #Database related
  13. *.db
  14. system/db/*
  15. *.db.lock
  16. system/ao.db.lock
  17. *aofs.db.lock
  18. ./web/aofs.db
  19. system/auth/authlog.db
  20. #Setting related
  21. system/network/wifi/ap/*
  22. system/storage.json
  23. system/dev.uuid
  24. system/storage.json
  25. system/storage/*.json
  26. system/cron.json
  27. #Logs related
  28. system/aecron/*.log
  29. #Webapp related
  30. web/teleprompter/*
  31. #Subservice related
  32. subservice/*
  33. !subservice/ArSamba
  34. !subservice/ArSamba/*
  35. !subservice/demo
  36. !subservice/demo/*
  37. !subservice/WsTTY/
  38. !subservice/WsTTY/*
  39. #Binary related
  40. build/*
  41. aroz_online.exe
  42. aroz_online
  43. arozos.exe
  44. */arozos.exe
  45. arozos
  46. upx.exe