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 8fa2c8f commit 04a60b4Copy full SHA for 04a60b4
.gitignore
@@ -0,0 +1,18 @@
1
+# Created by .ignore support plugin (hsz.mobi)
2
+### Gradle template
3
+.gradle
4
+/build/
5
+
6
+# Ignore Gradle GUI config
7
+gradle-app.setting
8
9
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
10
+!gradle-wrapper.jar
11
12
+# Cache of project
13
+.gradletasknamecache
14
15
+# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
16
+# gradle/wrapper/gradle-wrapper.properties
17
18
+.idea/
0 commit comments