Skip to content

Instantly share code, notes, and snippets.

@basicsharp
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save basicsharp/9569087 to your computer and use it in GitHub Desktop.

Select an option

Save basicsharp/9569087 to your computer and use it in GitHub Desktop.
.gitignore for Android Project
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# 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/
# Mac OS X clutter
.DS_Store
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
.idea/workspace.xml
.idea/tasks.xml
# Android Studio
*.iml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment