Create a gist now

Instantly share code, notes, and snippets.

#Ignore Eclipse Configs
.classpath
.project
.settings
.recommenders
#Ignore IntelliJ Configs
.idea
.metadata
*.iml
#Ignore Binaries
bin/
#Ignore builds
build/
target/
out/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment