Skip to content

Instantly share code, notes, and snippets.

@nikartx
Created April 27, 2017 09:48
Show Gist options
  • Save nikartx/5f3566e545f97de285258e88586eb0ff to your computer and use it in GitHub Desktop.
Save nikartx/5f3566e545f97de285258e88586eb0ff to your computer and use it in GitHub Desktop.
Gitignore for Android
# Android Studio
.gradle
/local.properties
.DS_Store
/build
/captures
app/build/
gradle/
*.iml
.idea
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Package Files
*.jar
*.war
*.ear
*.csv
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# Eclipse project files
.classpath
.project
#NDK
obj/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment