Last active
August 7, 2022 19:42
-
-
Save w25r/9922072 to your computer and use it in GitHub Desktop.
Basic .gitignore for gradle, including Eclipse and Intellij settings
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 | |
.gradle/ | |
build/ | |
# Eclipse | |
.classpath | |
.project | |
.settings/ | |
bin/ | |
# IntelliJ IDEA | |
.idea/ | |
*.iml | |
*.iws | |
*.ipr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment