Skip to content

Instantly share code, notes, and snippets.

@badslug
Created October 17, 2011 06:28
Show Gist options
  • Save badslug/1292055 to your computer and use it in GitHub Desktop.
Save badslug/1292055 to your computer and use it in GitHub Desktop.
Standard git ignore file for maven-based java projects.
.classpath
*.ipr
*.iml
*.iws
.project
.idea/
.settings/
.gradle/
target/
build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment