Skip to content

Commit

Permalink
remove also .github dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jun 1, 2019
1 parent 2891aba commit f40edbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<!-- removes all files wich are not needed in the release -->
<target name="remove-files">
<delete dir="${build}/.git" />
<delete dir="${build}/.github" />
<delete dir="${build}/build" />
<delete dir="${build}/doc" />
<delete file="${build}/.travis.yml" />
Expand Down

0 comments on commit f40edbd

Please sign in to comment.