Skip to content

Instantly share code, notes, and snippets.

@sebjacobs
Created September 2, 2014 21:47
Show Gist options
  • Save sebjacobs/36e43e82cf226164668c to your computer and use it in GitHub Desktop.
Save sebjacobs/36e43e82cf226164668c to your computer and use it in GitHub Desktop.
Android gitignore
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# built native files
*.o
*.so
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Eclipse Metadata
.metadata/
# Log Files
*.log
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
.idea/workspace.xml
.idea/tasks.xml
.idea/datasources.xml
.idea/dataSources.ids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment