Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
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.

39 lines
457 B

  1. # Project files
  2. /captures
  3. /tools/config.sh
  4. # Built application files
  5. *.apk
  6. *.ap_
  7. # Files for the Dalvik VM
  8. *.dex
  9. # Java class files
  10. *.class
  11. # Generated files
  12. app/release
  13. bin/
  14. gen/
  15. # Gradle files
  16. .gradle/
  17. build/
  18. # Local configuration file (sdk path, etc)
  19. local.properties
  20. # Proguard folder generated by Eclipse
  21. proguard/
  22. # Log Files
  23. *.log
  24. # IDE and OS files
  25. .idea/libraries
  26. .idea/modules.xml
  27. .idea/workspace.xml
  28. *.iml
  29. .DS_Store
  30. .externalNativeBuild