Created
April 15, 2016 06:59
-
-
Save aldefy/0ce608277bc883187bebcf8dfe257057 to your computer and use it in GitHub Desktop.
Git Ignore for Android Studio project
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
# Created by https://www.gitignore.io/api/android | |
### Android ### | |
# Built application files | |
*.apk | |
*.ap_ | |
*.iml | |
# 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/ | |
# Log Files | |
*.log | |
# Android Studio Navigation editor temp files | |
.navigation/ | |
### Android Patch ### | |
gen-external-apklibs | |
# Ignore Mac DS_Store files | |
.DS_Store | |
.idea/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment