Last active
February 11, 2020 08:08
-
-
Save theeasiestway/65a6dc22524bf9fbeda5b52f3c369ddc to your computer and use it in GitHub Desktop.
The gitignore file for Android Studio
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
*.iml | |
.gradle | |
/local.properties | |
/.idea | |
.DS_Store | |
/build | |
/captures | |
*.cxx | |
app/.cxx/* | |
.externalNativeBuild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment