You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
451 B

  1. #built application files
  2. *.apk
  3. *.ap_
  4. # files for the dex VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # generated files
  9. bin/
  10. gen/
  11. # Local configuration file (sdk path, etc)
  12. local.properties
  13. # Windows thumbnail db
  14. Thumbs.db
  15. # OSX files
  16. .DS_Store
  17. # Android Studio
  18. *.iml
  19. .idea
  20. .idea/
  21. #.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
  22. .gradle
  23. build/
  24. .navigation
  25. captures/
  26. output.json
  27. #NDK
  28. obj/
  29. .externalNativeBuild
  30. /storekeys