Skip to content

Instantly share code, notes, and snippets.

@ivanisidrowu
Created April 2, 2016 08:57
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 ivanisidrowu/9c24413e86aff84c29abcf88a8f4830f to your computer and use it in GitHub Desktop.
Save ivanisidrowu/9c24413e86aff84c29abcf88a8f4830f to your computer and use it in GitHub Desktop.
gitignore for Android
# IntelliJ IDEA
.idea
*.iml
*.ipr
*.iws
# Gradle
.gradle
gradlew.bat
build
# Local configuration file (sdk path, etc)
local.properties
reports
/captures
jacoco.exec
# Mac system files
.DS_Store
# Built application files
*.apk
*.ap_
# Android Studio captures folder
/captures
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
out
lib
# Eclipse project files
.classpath
.project
.settings/
eclipsebin
.metadata/
# Proguard folder generated by Eclipse
proguard/
#NDK
obj/
jniLibs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment