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 f9aeb10 commit 9c5349eCopy full SHA for 9c5349e
.gitignore
@@ -1,14 +1,3 @@
1
-.DS_Store
2
-.gradle/*
3
-build/*
4
-kotlin-js-store/*
5
-
6
-# .idea
7
-.idea/*
8
-!.idea/copyright
9
-!.idea/scopes
10
11
12
# Created by https://www.toptal.com/developers/gitignore/api/intellij,kotlin
13
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij,kotlin
14
@@ -151,4 +140,17 @@ fabric.properties
151
140
hs_err_pid*
152
141
replay_pid*
153
142
154
-# End of https://www.toptal.com/developers/gitignore/api/intellij,kotlin
143
+# End of https://www.toptal.com/developers/gitignore/api/intellij,kotlin
144
+
145
+.DS_Store
146
+.gradle/*
147
+build/*
148
+kotlin-js-store/*
149
150
+# .idea
+.idea/*
+!.idea/copyright
+!.idea/scopes
155
+# gradle-wrapper
156
+!gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.jar
58.1 KB
0 commit comments