diff --git a/.gitattributes b/.gitattributes index f4b122261e..3e4c51ae57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,6 @@ .eslintignore export-ignore .weblate export-ignore codecov.yml export-ignore -build.xml export-ignore infection.json.dist export-ignore phpcs.xml.dist export-ignore phpstan.neon.dist export-ignore diff --git a/build.xml b/build.xml deleted file mode 100644 index 4e7215e135..0000000000 --- a/build.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 170f33eab4..ca4e0d1fd0 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -641,7 +641,7 @@ for kit in $KITS ; do rm -r test/ # Template test files rm -r templates/test/ - rm phpunit.xml.* build.xml + rm phpunit.xml.* rm .editorconfig .browserslistrc .eslintignore .jshintrc .eslintrc.json .stylelintrc.json psalm.xml psalm-baseline.xml phpstan.neon.dist phpstan-baseline.neon phpcs.xml.dist jest.config.js infection.json.dist # Gettext po files (if they where not removed by ./scripts/lang-cleanup.sh) rm -rf po