Created
November 14, 2019 21:00
-
-
Save ZhangMenghe/a502e157e0de6730a712fa533affe0bc to your computer and use it in GitHub Desktop.
Android Studio .gitignore
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 | |
| /*/build/ | |
| # Crashlytics configuations | |
| com_crashlytics_export_strings.xml | |
| # Local configuration file (sdk path, etc) | |
| local.properties | |
| # Gradle generated files | |
| .gradle/ | |
| # Signing files | |
| .signing/ | |
| # User-specific configurations | |
| .idea/libraries/ | |
| .idea/caches/ | |
| .idea/codeStyles/ | |
| .idea/workspace.xml | |
| .idea/tasks.xml | |
| .idea/.name | |
| .idea/gradle.xml | |
| .idea/compiler.xml | |
| .idea/copyright/profiles_settings.xml | |
| .idea/encodings.xml | |
| .idea/misc.xml | |
| .idea/modules.xml | |
| .idea/scopes/scope_settings.xml | |
| .idea/vcs.xml | |
| *.iml | |
| # OS-specific files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| #c++ | |
| */.externalNativeBuild/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment