Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created August 11, 2016 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdabir/fc64a7cbefc98653aeadd317f9a61970 to your computer and use it in GitHub Desktop.
Save kdabir/fc64a7cbefc98653aeadd317f9a61970 to your computer and use it in GitHub Desktop.
Ignores for java, IDEs and gradle
###### 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