Skip to content

Commit dbc1f79

Browse files
committed
Ignore mvn wrapper binary files.
1 parent 1c78148 commit dbc1f79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dubbo-distribution/src/assembly/source-release.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<exclude>release.properties</exclude>
4848
<exclude>**/*.xml.*</exclude>
4949
<exclude>**/*.patch</exclude>
50+
<exclude>**/.mvn/**</exclude>
51+
<exclude>**/*.jar</exclude>
52+
<exclude>**/mvnw*</exclude>
5053
</excludes>
5154
</fileSet>
5255
</fileSets>

0 commit comments

Comments
 (0)