Skip to content

Instantly share code, notes, and snippets.

@usmansaleem
Created December 8, 2017 05:01
Show Gist options
  • Save usmansaleem/b5838484a20cb8b08f236f2265ad7a8e to your computer and use it in GitHub Desktop.
Save usmansaleem/b5838484a20cb8b08f236f2265ad7a8e to your computer and use it in GitHub Desktop.
.gitignore for vertx-net-client project
.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