diff --git a/bin/build-release.sh b/bin/build-release.sh index c2b880b4a089b6d2253ae0fa937857685e3ebff4..87ee08570998bc4e8c776d0660f3739f6a8458f9 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -58,11 +58,11 @@ cp -rv "$TARGET/metadata-templates/"* "$TARGET/metadata/" rm -rf "$TARGET/.git" rm -rf "$TARGET/node_modules" rm "$TARGET/www/assets/js/stylesheet.js"* -rm "$TARGET/.coveralls.yml" rm "$TARGET/.editorconfig" rm "$TARGET/.gitattributes" rm "$TARGET/.php_cs.dist" rm "$TARGET/.travis.yml" +rm "$TARGET/codecov.yml" rm "$TARGET/psalm.xml" rm "$TARGET"/{,modules}/.gitignore rm "$TARGET"/{cache,config,metadata,locales}/.gitkeep