Created
April 6, 2020 09:00
-
-
Save mikenoethiger/69467a8d45e6287e88f461f625835c06 to your computer and use it in GitHub Desktop.
Java .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
| .DS_Store | |
| .idea | |
| .gradle | |
| *.iml | |
| out | |
| bin | |
| build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment