Skip to content

Instantly share code, notes, and snippets.

@vvillschneider
Created October 26, 2020 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvillschneider/499a37ac7280bf0b8a73f3d7c113b173 to your computer and use it in GitHub Desktop.
Save vvillschneider/499a37ac7280bf0b8a73f3d7c113b173 to your computer and use it in GitHub Desktop.
Gitignore file for Gradle/Intellij
.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