Skip to content

Commit d7ba758

Browse files
committed
fix Gradle wrapper exclusion
1 parent ae5b459 commit d7ba758

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
### Gradle ###
2-
.gradle
3-
build/
4-
5-
!gradle/wrapper/gradle-wrapper.jar
6-
!gradle/wrapper/gradle-wrapper.properties
7-
81

92
### Kotlin/JVM ###
103
*.class
@@ -67,3 +60,10 @@ Icon
6760

6861

6962
###########################
63+
64+
### Gradle ###
65+
.gradle
66+
build/
67+
68+
!gradle/wrapper/gradle-wrapper.jar
69+
!gradle/wrapper/gradle-wrapper.properties

gradle/wrapper/gradle-wrapper.jar

60.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)