Last active
August 29, 2015 14:05
-
-
Save subinkrishna/0f8a4cf27f3f9b46177c to your computer and use it in GitHub Desktop.
My Default .gitignore for Android projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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