.gitignore 358 B

1234567891011121314151617181920212223242526272829
  1. # Built application files
  2. /*/build/
  3. # Local configuration file (sdk path, etc)
  4. local.properties
  5. # Gradle generated files
  6. .gradle/
  7. /gradle/wrapper/gradle-wrapper.jar
  8. # User-specific configurations
  9. .idea/
  10. *.iml
  11. # OS-specific files
  12. .DS_Store
  13. .DS_Store?
  14. ._*
  15. .Spotlight-V100
  16. .Trashes
  17. ehthumbs.db
  18. Thumbs.db
  19. # Build output
  20. /app/notabug
  21. /app/play
  22. /app/release