.gitignore 252 B

123456789101112131415161718192021
  1. # built application files
  2. *.apk
  3. *.ap_
  4. # files for the dex VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # generated files
  9. bin/
  10. gen/
  11. # Local configuration file (sdk path, etc)
  12. local.properties
  13. # Eclipse project files
  14. # We need those...
  15. #.classpath
  16. #.project