Created
February 11, 2023 08:04
-
-
Save benigumocom/6d149458f47b68646be813aa570b43f9 to your computer and use it in GitHub Desktop.
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
| .gradle | |
| **/build/ | |
| !src/**/build/ | |
| # Ignore Gradle GUI config | |
| gradle-app.setting | |
| # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | |
| !gradle-wrapper.jar | |
| # Avoid ignore Gradle wrappper properties | |
| !gradle-wrapper.properties | |
| # Cache of project | |
| .gradletasknamecache | |
| # Eclipse Gradle plugin generated files | |
| # Eclipse Core | |
| .project | |
| # JDT-specific (Eclipse Java Development Tools) | |
| .classpath |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AndroidStudio 新規プロジェクトテンプレートから考える .gitignore
👉 https://android.benigumo.com/20230211/androidstudio-gitignore/