Skip to content

Instantly share code, notes, and snippets.

@subinkrishna
Last active August 29, 2015 14:05
Show Gist options
  • Save subinkrishna/0f8a4cf27f3f9b46177c to your computer and use it in GitHub Desktop.
Save subinkrishna/0f8a4cf27f3f9b46177c to your computer and use it in GitHub Desktop.
My Default .gitignore for Android projects
# Built application files
*.apk
*.ap_
# Files for the dex VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
target/
# Local configuration file
local.properties
# Mac
.DS_Store
# Eclipse
.project
.classpath
.settings
.checkstyle
# IntelliJ / Android Studio
*.iml
*.iws
out/
.idea
#/.idea/workspace.xml
#/.idea/misc.xml
#/.idea/modules.xml
#/.idea/libraries/
# Gradle
.gradle/
build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment