Created
August 11, 2016 03:25
-
-
Save kdabir/fc64a7cbefc98653aeadd317f9a61970 to your computer and use it in GitHub Desktop.
Ignores for java, IDEs and gradle
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
###### OSX ###### | |
.DS_Store | |
###### Java ###### | |
*.class | |
# Artifacts | |
*.jar | |
*.war | |
# virtual machine crash logs | |
hs_err_pid* | |
###### Gradle ###### | |
.gradle/ | |
build/ | |
classes/ | |
# allow wrapper's jar to be checked-in | |
!gradle-wrapper.jar | |
# files generated by other tools/plugins | |
.gradletasknamecache | |
.buildProfile | |
###### IntelliJ ###### | |
.idea/ | |
*.iml | |
*.ipr | |
*.iws | |
out/ | |
###### Eclipse ###### | |
*.classpath | |
*.project | |
.settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment