Skip to content

Instantly share code, notes, and snippets.

@Hackforid
Created December 16, 2015 06:14
Show Gist options
  • Save Hackforid/14ea3ad398969e0573cb to your computer and use it in GitHub Desktop.
Save Hackforid/14ea3ad398969e0573cb 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