Skip to content

Instantly share code, notes, and snippets.

@arjunu
Created March 3, 2016 19:02
Show Gist options
  • Save arjunu/ac310dd233f1304b8e12 to your computer and use it in GitHub Desktop.
Save arjunu/ac310dd233f1304b8e12 to your computer and use it in GitHub Desktop.
Gitignore for Android Studio projects
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# built native files (uncomment if you build your own)
# *.o
# *.so
# generated files
bin/
gen/
# Ignore gradle files
*.iml
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Eclipse Metadata
.metadata/
# Mac OS X clutter
*.DS_Store
# Windows clutter
Thumbs.db
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
.idea
.idea/workspace.xml
.idea/tasks.xml
.idea/datasources.xml
.idea/dataSources.ids
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment