.gitignore 370 B

123456789101112131415161718192021
  1. # Operating System Trash
  2. */Thumbs.db
  3. */._*
  4. # Files that should not go into the main branch
  5. src/aroz_online.exe
  6. src/aroz_online
  7. src/localhost.crt
  8. src/localhost.key
  9. src/system/dev.uuid
  10. src/system/storage.json
  11. src/subservice/*
  12. src/*.go_disabled
  13. src/system/ao.db
  14. # WebApps that cannot be published
  15. src/web/Cyinput/*
  16. # Release folder and database stuffs
  17. */aofs.db
  18. release/