Skip to content

Instantly share code, notes, and snippets.

@rdrobinson3
Created October 23, 2013 19:42
Show Gist options
  • Save rdrobinson3/7125330 to your computer and use it in GitHub Desktop.
Save rdrobinson3/7125330 to your computer and use it in GitHub Desktop.
.gitignore file for those moving to Android Studio
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iws
.idea/workspace.xml
.idea/tasks.xml
# Gradle directory
.gradle
# OS
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment