Skip to content

Commit e499a76

Browse files
committed
HHH-5657 exclude .git from project fileset
1 parent 5c236d6 commit e499a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribution/src/assembly/dist.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
<outputDirectory>project</outputDirectory>
173173
<excludes>
174174
<exclude>**/target/**</exclude>
175+
<exclude>**/.git/**</exclude>
175176
<exclude>**/*.ipr</exclude>
176177
<exclude>**/*.iml</exclude>
177178
<exclude>**/*.iws</exclude>

0 commit comments

Comments
 (0)