No Description

.gitignore 688B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. # Files for the Dalvik VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # Generated files
  9. bin/
  10. gen/
  11. out/
  12. # Gradle files
  13. .gradle/
  14. build/
  15. # Local configuration file (sdk path, etc)
  16. local.properties
  17. # Proguard folder generated by Eclipse
  18. proguard/
  19. # Log Files
  20. *.log
  21. # Android Studio Navigation editor temp files
  22. .navigation/
  23. # Android Studio captures folder
  24. captures/
  25. # Intellij
  26. *.iml
  27. # Keystore files
  28. *.jks
  29. # Eclipse Metadata
  30. .metadata/
  31. #
  32. # Mac OS X clutter
  33. *.DS_Store
  34. #
  35. # Windows clutter
  36. Thumbs.db
  37. #
  38. # # Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
  39. *.iws
  40. .idea/libraries
  41. .idea/tasks.xml
  42. .idea/vcs.xml
  43. .idea/workspace.xml