Skip to content

Instantly share code, notes, and snippets.

@the7th
Last active August 15, 2017 02:20
Show Gist options
  • Save the7th/442ad46ac102777793c8c3b4f26ba07e to your computer and use it in GitHub Desktop.
Save the7th/442ad46ac102777793c8c3b4f26ba07e to your computer and use it in GitHub Desktop.
gitignore for Gradle based Project in IntelliJ
# Cache of project
.gradletasknamecache
# Ignore Gradle GUI config
gradle-app.setting
## File-based project format:
*.iws
## Plugin-specific files:
# IntelliJ
out/
META-INF
.gradle
.idea
# Remove build files
build/
# Remove additional gradle-related files
gradlew
gradlew.bat
gradle/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment