Last active
August 5, 2021 10:23
-
-
Save amirisback/656a878eb007522a7a54ee17f171c61c to your computer and use it in GitHub Desktop.
gitignore-android-studio
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
*.iml | |
/.gradle | |
.gradle | |
.idea | |
/local.properties | |
/.idea/libraries | |
/.idea/modules.xml | |
/.idea/workspace.xml | |
.DS_Store | |
build | |
/build | |
/captures | |
.externalNativeBuild | |
built application files | |
.apk | |
.ap_ | |
files for the dex VM | |
*.dex | |
Java class files | |
*.class | |
generated files | |
bin/ | |
gen/ | |
.externalNativeBuild/ | |
Local configuration file (sdk path, etc) | |
local.properties | |
app/version.properties | |
# SonarQube | |
.sonar/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment