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.

37 lines
410 B

5 years ago
  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/
  26. *.iml
  27. .DS_Store
  28. .externalNativeBuild