Skip to content

Commit 9170bf6

Browse files
committed
chore: exclude package.xml from the manifest
1 parent da8f414 commit 9170bf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/build-contents.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
'*.clang-*',
88
'*.editorconfig',
99
'*.git*',
10+
'.readthedocs.yml',
1011
'bin/*',
1112
'build/*',
1213
'captainhook.json',
1314
'codecov.yml',
1415
'conventional-commits.json',
1516
'docker-compose.yml',
1617
'docs/*',
18+
'package.xml',
1719
'phpunit.xml.dist',
1820
'resources/*',
1921
'tools/*',

package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Initial release with initial functionality ported from ECMA-402:
4949
</dir>
5050
<file name="Makefile.frag" role="src"/>
5151
<file name="NOTICE" role="doc"/>
52-
<file name="package.xml" role="doc"/>
5352
<file name="README.md" role="doc"/>
5453
<file name="SECURITY.md" role="doc"/>
5554
<dir name="src">

0 commit comments

Comments
 (0)