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.

.gitignore 405B

1234567891011121314151617181920212223242526272829303132
  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. # Windows thumbnail db
  14. Thumbs.db
  15. # OSX files
  16. .DS_Store
  17. # Eclipse project files
  18. .classpath
  19. .project
  20. # Android Studio
  21. .idea
  22. #.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
  23. .gradle
  24. build/