Last active
June 27, 2016 01:31
-
-
Save nibocn/d01c4704cccdd84d1b8fbebb7756ecc6 to your computer and use it in GitHub Desktop.
This file contains 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
*.class | |
# Mobile Tools for Java (J2ME) | |
.mtj.tmp/ | |
# Package Files # | |
*.jar | |
*.war | |
*.ear | |
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
hs_err_pid* | |
# IntelliJ | |
.idea/ | |
/out/ | |
## File-based project format: | |
*.iws | |
*.iml | |
# Maven | |
target/ | |
# Gradle | |
build/ | |
.gradle/ | |
.gradletasknamecache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment