Skip to content

Instantly share code, notes, and snippets.

@chrisjenx
Created August 2, 2013 09:57
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chrisjenx/6138781 to your computer and use it in GitHub Desktop.
Save chrisjenx/6138781 to your computer and use it in GitHub Desktop.
Java / Gradle / IDEA / Eclipse gitignore
# 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/
@John-Dormevil
Copy link

don't forget the

.settings/

for eclipse IDE.

@PastelBelem8
Copy link

PastelBelem8 commented Mar 3, 2017

don't forget the

.recommenders/

for eclipse aswell

@zeienko-vitalii
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment