Skip to content

Commit 9c5349e

Browse files
committed
gradle-wrapper.jar
1 parent f9aeb10 commit 9c5349e

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.gitignore

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
121
# Created by https://www.toptal.com/developers/gitignore/api/intellij,kotlin
132
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij,kotlin
143

@@ -151,4 +140,17 @@ fabric.properties
151140
hs_err_pid*
152141
replay_pid*
153142

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
151+
.idea/*
152+
!.idea/copyright
153+
!.idea/scopes
154+
155+
# gradle-wrapper
156+
!gradle/wrapper/gradle-wrapper.jar

gradle/wrapper/gradle-wrapper.jar

58.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)