diff --git a/.gitignore b/.gitignore index 580fee4f666..a0d9c5612b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ -# Gradle -# Ignore the generated local settings file. +# Gradle. +# Ignore the generated local settings file. /gradle.properties .gradle/ build/ +# Ignore gradle wrapper jar. +gradle/wrapper/gradle-wrapper.jar + # IntelliJ IDEA /.idea/ # IntelliJ creates this folder, ignore. @@ -13,7 +16,8 @@ build/ /.project /.classpath /.settings/ -# Eclipse Gradle oddity + +# Eclipse Gradle oddity **/bin/default/ # macOS diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar deleted file mode 100644 index e708b1c023e..00000000000 Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ