Skip to content

Instantly share code, notes, and snippets.

@benvium
Last active March 18, 2016 09:07
Show Gist options
  • Save benvium/1e0f1b85e5920476ebf5 to your computer and use it in GitHub Desktop.
Save benvium/1e0f1b85e5920476ebf5 to your computer and use it in GitHub Desktop.
Gitignore file for Android Studio projects in Calvium
########################################
#
# Calvium Android .gitignore
#
########################################
# Android NDK
**/src/main/obj
**/src/main/libs
# Android
*.apk
# Android Studio
# see http://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project?lq=1
**/.gradle
**/local.properties
**/.idea/workspace.xml
**/.idea/libraries
**/build
**/.DS_Store
# Custom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment