Created
February 11, 2023 11:50
-
-
Save benigumocom/17698e3e3e4c01351651982e9b0ab363 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
| # .gitignore created from Groovy contributors in https://github.com/apache/groovy/blob/master/.gitignore | |
| user.gradle | |
| .gradle/ | |
| target/ | |
| build/ | |
| out/ | |
| *.DS_Store | |
| *.class | |
| *.swp | |
| *~ | |
| .idea | |
| *.iml | |
| *.ipr | |
| *.iws | |
| .shelf | |
| .settings/ | |
| .classpath | |
| .project | |
| bin/ |
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/