Created
October 26, 2020 14:55
-
-
Save vvillschneider/499a37ac7280bf0b8a73f3d7c113b173 to your computer and use it in GitHub Desktop.
Gitignore file for Gradle/Intellij
This file contains 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/ | |
!gradle/wrapper/gradle-wrapper.jar | |
### IntelliJ IDEA ### | |
.idea | |
*.iws | |
*.iml | |
*.ipr | |
/out/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment