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 113B

12345678910
  1. # IDEA files
  2. /.idea
  3. /*.iml
  4. # Gradle intermediates
  5. /.gradle
  6. /build
  7. /out
  8. # Temporary test files
  9. **/Test.kt