.gitignore 371 B

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