diff --git a/.gitattributes b/.gitattributes index c308ec2d7..01befe980 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/scripts/createReleaseTarball b/scripts/createReleaseTarball index 4a4fd415b..11d8684cb 100755 --- a/scripts/createReleaseTarball +++ b/scripts/createReleaseTarball @@ -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}"