Last active
October 1, 2015 07:30
-
-
Save fwilhe/640d031c995f39175ea4 to your computer and use it in GitHub Desktop.
Minimal .gitignore Template for Gradle Java Intellij-Projects
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/ | |
.idea/ | |
*.iml | |
build/ | |
*~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment