.gitignore 391 B

1234567891011121314151617181920212223242526272829303132
  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. gradlew.bat
  10. gradlew
  11. # User-specific configurations
  12. .idea/
  13. *.iml
  14. # OS-specific files
  15. .DS_Store
  16. .DS_Store?
  17. ._*
  18. .Spotlight-V100
  19. .Trashes
  20. ehthumbs.db
  21. Thumbs.db
  22. # Build output
  23. /app/notabug
  24. /app/play
  25. /app/release