Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Ignore install folder (rubygems) in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 11, 2017
1 parent 9dd4c1a commit e93ba45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
<fileset dir="${bundle.srcdest}"/>
</copy>
<copy todir="${bundle.tmp.prep.path}/${bundle.folder}" overwrite="true">
<fileset dir="${bundle.path}" defaultexcludes="yes"/>
<fileset dir="${bundle.path}" defaultexcludes="yes" excludes="
rubygems/**"
/>
</copy>
</target>

Expand Down

0 comments on commit e93ba45

Please sign in to comment.