fix: remove gradle wrapper from .gitignore

This commit is contained in:
2022-09-21 09:52:18 +03:00
parent ff51eb8abc
commit 5ad5c6e71c
3 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@@ -4,6 +4,9 @@
!.gitignore
!build.gradle
!gradle.properties
!gradle/
!gradle/wrapper/
!gradle/wrapper/*
!gradlew
!gradlew.bat
!LICENSE