Created
December 8, 2017 05:01
-
-
Save usmansaleem/b5838484a20cb8b08f236f2265ad7a8e to your computer and use it in GitHub Desktop.
.gitignore for vertx-net-client project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gradle | |
build/ | |
out/ | |
logs/ | |
# 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 | |
# IDE | |
.idea/ | |
*.iml | |
*.ipr | |
*.iws | |
# Vertx Cache | |
.vertx/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment