mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
bb28a8ce82
The workaround for https://youtrack.jetbrains.com/issue/IDEA-116898 is fixed now, so we can remove the workaround.
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
.gradle
|
|
**/build/
|
|
!src/**/build/
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
!gradle-wrapper.jar
|
|
|
|
# Cache of project
|
|
.gradletasknamecache
|