Skip to content

Instantly share code, notes, and snippets.

@shadowfacts
Created June 5, 2015 01:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadowfacts/754e47f1992b2a13e2da to your computer and use it in GitHub Desktop.
Save shadowfacts/754e47f1992b2a13e2da to your computer and use it in GitHub Desktop.
Java/Gradle gitignore
# gradle
/.gradle
/build
# eclipse
/eclipse
/.settings
/.metdata
/.classpath
/.project
/bin
# intellij
/out
/.idea
/*.iml
/*.ipr
/*.iws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment