Skip to content

Instantly share code, notes, and snippets.

@yangyi
Created December 26, 2015 15:36
Show Gist options
  • Save yangyi/33342629a3dee6decad8 to your computer and use it in GitHub Desktop.
Save yangyi/33342629a3dee6decad8 to your computer and use it in GitHub Desktop.
git ignore for java spring app
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
#Gradle
.gradletasknamecache
.gradle/
build/
bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment