| 1234567891011121314151617181920212223242526272829 |
- .gradle
- build/
- bin/
- .settings
- # Ignore VertX file cache
- .vertx/
- # Ignore Gradle GUI config
- gradle-app.setting
- # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
- !gradle-wrapper.jar
- # Cache of project
- .gradletasknamecache
- # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
- # gradle/wrapper/gradle-wrapper.properties
- # User-specific stuff:
- .idea/**/workspace.xml
- .idea/**/tasks.xml
- .idea/dictionaries
- .idea/libraries
- .idea/modules
|