Skip to content

Instantly share code, notes, and snippets.

@garbagetown
Created March 27, 2016 06:25
Show Gist options
  • Save garbagetown/eb9b983001bd43cfd29a to your computer and use it in GitHub Desktop.
Save garbagetown/eb9b983001bd43cfd29a to your computer and use it in GitHub Desktop.
# Java
*.class
*.jar
*.war
*.ear
# Eclipse
.project
.classpath
.settings
# Idea
.idea
*.iml
*.iws
*.ipr
# OS
Thumbs.db
.DS_Store
# Gradle
.gradle
!gradle-wrapper.jar
# Maven
target
# Build
out
build
bin
# Other
*.log
*.swp
*.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment