We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba6071 commit e47f771Copy full SHA for e47f771
.gitignore
@@ -86,12 +86,6 @@ fabric.properties
86
# Ignore Gradle GUI config
87
gradle-app.setting
88
89
-# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
90
-!gradle-wrapper.jar
91
-
92
-# Avoid ignore Gradle wrappper properties
93
-!gradle-wrapper.properties
94
95
# Cache of project
96
.gradletasknamecache
97
@@ -125,3 +119,9 @@ gradle-app.setting
125
119
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
126
120
hs_err_pid*
127
121
replay_pid*
122
+
123
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
124
+!gradle-wrapper.jar
+# Avoid ignore Gradle wrappper properties
+!gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.jar
42.6 KB
0 commit comments