Last active
August 15, 2017 02:20
-
-
Save the7th/442ad46ac102777793c8c3b4f26ba07e to your computer and use it in GitHub Desktop.
gitignore for Gradle based Project in IntelliJ
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
# 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