.gitignore 815 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # ---> Android
  2. # Built application files
  3. *.apk
  4. *.ap_
  5. # Files for the Dalvik VM
  6. *.dex
  7. # Java class files
  8. *.class
  9. # Generated files
  10. bin/
  11. gen/
  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. # ---> Ada
  26. # Object file
  27. *.o
  28. # Ada Library Information
  29. *.ali
  30. # ---> Agda
  31. *.agdai
  32. # ---> Actionscript
  33. # Build and Release Folders
  34. bin/
  35. bin-debug/
  36. bin-release/
  37. # Other files and folders
  38. .settings/
  39. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  40. # should NOT be excluded as they contain compiler settings and other important
  41. # information for Eclipse / Flash Builder.