.gitignore 455 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # From https://gist.github.com/iainconnor/8605514
  2. # with the addition of the /captures below.
  3. /captures
  4. # Built application files
  5. build/
  6. release/
  7. *.apk
  8. *.so
  9. .externalNativeBuild
  10. .cxx
  11. *.zip
  12. # Local configuration file (sdk path, etc)
  13. local.properties
  14. # Gradle generated files
  15. .gradle/
  16. # Signing files
  17. .signing/
  18. # Intellij
  19. .idea/
  20. *.iml
  21. # Vim
  22. *.swo
  23. *.swp
  24. # OS-specific files
  25. .DS_Store
  26. .DS_Store?
  27. ._*
  28. .Spotlight-V100
  29. .Trashes
  30. .swp
  31. ehthumbs.db
  32. Thumbs.db