Last active
June 13, 2016 07:59
-
-
Save quest4i/867dfcd3e23058b2a029ec51c0ea713d to your computer and use it in GitHub Desktop.
JAVA를 위한 .gitignore
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
.graddle | |
build/ | |
bin/ | |
#IDEA | |
out/ | |
.idea | |
*.iws | |
*.iml | |
*.ipr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment