.gitignore 810 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. # ---> Archives
  26. # It's better to unpack these files and commit the raw source because
  27. # git has its own built in compression methods.
  28. *.7z
  29. *.jar
  30. *.rar
  31. *.zip
  32. *.gz
  33. *.bzip
  34. *.bz2
  35. *.xz
  36. *.lzma
  37. *.cab
  38. #packing-only formats
  39. *.iso
  40. *.tar
  41. #package management formats
  42. *.dmg
  43. *.xpi
  44. *.gem
  45. *.egg
  46. *.deb
  47. *.rpm
  48. *.msi
  49. *.msm
  50. *.msp
  51. # ---> BricxCC
  52. # Bricx Command Center IDE
  53. # http://bricxcc.sourceforge.net
  54. *.bak
  55. *.sym