We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8f414 commit 9170bf6Copy full SHA for 9170bf6
bin/build-contents.php
@@ -7,13 +7,15 @@
7
'*.clang-*',
8
'*.editorconfig',
9
'*.git*',
10
+ '.readthedocs.yml',
11
'bin/*',
12
'build/*',
13
'captainhook.json',
14
'codecov.yml',
15
'conventional-commits.json',
16
'docker-compose.yml',
17
'docs/*',
18
+ 'package.xml',
19
'phpunit.xml.dist',
20
'resources/*',
21
'tools/*',
package.xml
@@ -49,7 +49,6 @@ Initial release with initial functionality ported from ECMA-402:
49
</dir>
50
<file name="Makefile.frag" role="src"/>
51
<file name="NOTICE" role="doc"/>
52
- <file name="package.xml" role="doc"/>
53
<file name="README.md" role="doc"/>
54
<file name="SECURITY.md" role="doc"/>
55
<dir name="src">
0 commit comments