Skip to content

Instantly share code, notes, and snippets.

@ragklaat
Created September 1, 2014 13:04
Show Gist options
  • Save ragklaat/dd38f3209660ebd073d1 to your computer and use it in GitHub Desktop.
Save ragklaat/dd38f3209660ebd073d1 to your computer and use it in GitHub Desktop.
Java .gitignore
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file
local.properties
# Eclipse project files
.classpath
.project
# Android Studio / IDEA
.idea/
.gradle
/*/local.properties
/*/out
/*/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp
# Maven
target/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment