Skip to content

Instantly share code, notes, and snippets.

@alexoro
Created December 10, 2015 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexoro/20f03356f96ab35d3277 to your computer and use it in GitHub Desktop.
Save alexoro/20f03356f96ab35d3277 to your computer and use it in GitHub Desktop.
Gitignore for Android
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
# Built application files
*.apk
*.ap_
# Files for the dex VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Ignore Gradle GUI sdkManagerConfig
gradle-app.setting
# Local configuration file (sdk path, etc)
local.properties
android-support-v4.jar.properties
# Proguard folder generated by Eclipse
proguard/
# File caches
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows shortcuts
*.lnk
# Idea non-crucial project files
*.idea
*.iws
*.iml
*.ipr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment