Skip to content

Commit fd1c9ad

Browse files
committed
chore: add ignore for gradle wrapper
1 parent 6942c0b commit fd1c9ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ yarn.lock
4545
**/target/*
4646
*.versionsBackup
4747

48+
packages/**/gradle/wrapper/*

.openapi-generator-ignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
**/build.gradle
2121
**/build.sbt
2222
**/gradle.properties
23-
**/gradle/*
23+
**/gradle/**/*
2424
**/gradlew
2525
**/gradlew.bat
2626
**/settings.gradle

0 commit comments

Comments
 (0)