Skip to content

Commit 1ee499d

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2 parents 90d30c0 + 07138bd commit 1ee499d

3 files changed

Lines changed: 1 addition & 151 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
.eslintignore export-ignore
1111
.weblate export-ignore
1212
codecov.yml export-ignore
13-
build.xml export-ignore
1413
infection.json5.dist export-ignore
1514
phpcs.xml.dist export-ignore
1615
phpstan.neon.dist export-ignore

build.xml

Lines changed: 0 additions & 149 deletions
This file was deleted.

scripts/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ for kit in $KITS ; do
620620
rm -r test/
621621
# Template test files
622622
rm -r templates/test/
623-
rm phpunit.xml.* build.xml
623+
rm phpunit.xml.*
624624
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.cjs infection.json5.dist
625625
# Gettext po files (if they were not removed by ./scripts/lang-cleanup.sh)
626626
rm -rf po

0 commit comments

Comments
 (0)