Last active
July 23, 2024 10:09
-
-
Save vtanathip/9414323 to your computer and use it in GitHub Desktop.
Git Ignore files list that should use in Android Studio Projects
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
# built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Eclipse project files | |
.classpath | |
.project | |
# Android Studio | |
.idea/ | |
.gradle | |
/*/local.properties | |
/*/out | |
/*/*/build | |
/*/*/production | |
*.iml | |
*.iws | |
*.ipr | |
*~ | |
*.swp |
Thanks!
Thanks!
Thanks for this!
Why does the default android studio only exclude some .idea files while you exclude the entire folder?
Thanks for the help.
Hello, if I want to push the apk file into the GitHUb repo, then how can I do it?
thanks
Thanks so much!
Thanks
thanks
Thanks
what about build.gradle file?
Thanks a lot
Thank you so much ๐
Thanks!
thanks
thanks!
thanks!
@sayom88 Remove the below lines if you want to push the apk file also.
built application files
*.apk
*.ap_
๐
thanks
Thanks !
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks!