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.
0 parents commit 0e618caCopy full SHA for 0e618ca
.gitignore
@@ -0,0 +1,14 @@
1
+.gradle
2
+/build/
3
+
4
+# Ignore Gradle GUI config
5
+gradle-app.setting
6
7
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
8
+!gradle-wrapper.jar
9
10
+# Cache of project
11
+.gradletasknamecache
12
13
+# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
14
+# gradle/wrapper/gradle-wrapper.properties
0 commit comments