Created
February 11, 2023 08:06
-
-
Save benigumocom/b06e31f5d5ad2b4b10f565ac4df8ea54 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
| # Compiled class file | |
| *.class | |
| # Log file | |
| *.log | |
| # BlueJ files | |
| *.ctxt | |
| # Mobile Tools for Java (J2ME) | |
| .mtj.tmp/ | |
| # Package Files # | |
| *.jar | |
| *.war | |
| *.nar | |
| *.ear | |
| *.zip | |
| *.tar.gz | |
| *.rar | |
| # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
| hs_err_pid* | |
| replay_pid* |
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/