Skip to content

Instantly share code, notes, and snippets.

@w25r
Last active August 7, 2022 19:42
Show Gist options
  • Save w25r/9922072 to your computer and use it in GitHub Desktop.
Save w25r/9922072 to your computer and use it in GitHub Desktop.
Basic .gitignore for gradle, including Eclipse and Intellij settings
#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