-
-
Save vkotovv/3335dd0636ea05f61abb to your computer and use it in GitHub Desktop.
This file contains 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
#apks | |
glob:*.apk | |
glob:*.ap_ | |
# files for the dex VM | |
glob:*.dex | |
# Java class files | |
glob:*.class | |
# generated files | |
bin/ | |
gen/ | |
# Ignore gradle files | |
.gradle/ | |
build/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Android Studio files (can be created on import) | |
.idea/ | |
.iws | |
.iml | |
#Android Studio put this in the sample .gitignore file | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment