Remove other unused assets from the release tarball

This commit is contained in:
Johannes Zellner
2018-04-10 14:05:26 +02:00
parent 944f743438
commit 97313fe1c8
2 changed files with 3 additions and 1 deletions

3
.gitattributes vendored
View File

@@ -1,6 +1,7 @@
# following files are skipped when exporting using git archive
test export-ignore
docs export-ignore
.jshintrc export-ignore
.gitlab export-ignore
.gitattributes export-ignore
.gitignore export-ignore

View File

@@ -73,6 +73,7 @@ echo "==> Installing toplevel node modules"
echo "==> Create final tarball"
(cd "${bundle_dir}" && tar czf "${bundle_file}" .)
echo "==> Cleaning up ${bundle_dir}"
rm -rf "${bundle_dir}"