.gitignore 357 B

12345678910111213141516171819
  1. .gradle
  2. build/
  3. bin/
  4. .settings
  5. # Ignore VertX file cache
  6. .vertx/
  7. # Ignore Gradle GUI config
  8. gradle-app.setting
  9. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  10. !gradle-wrapper.jar
  11. # Cache of project
  12. .gradletasknamecache
  13. # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
  14. # gradle/wrapper/gradle-wrapper.properties