Forked from vtanathip/gitignore-android-studio-list
Last active
May 14, 2021 14:43
-
-
Save gringoh/a2b18c016c2688f578f7 to your computer and use it in GitHub Desktop.
[Git Ignore files list that should use in Android Studio Projects] #git
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/ | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment