File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ utils/ export-ignore
2222.php-cs-fixer.no-header.php export-ignore
2323.php-cs-fixer.tests.php export-ignore
2424.php-cs-fixer.user-guide.php export-ignore
25+ structarmed.php export-ignore
2526phpmetrics.json export-ignore
2627phpstan-baseline.php export-ignore
2728phpstan-bootstrap.php export-ignore
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ the existing content.
107107 ```
108108 git diff --name-status upstream/master -- . ':!.github/' ':!admin/' ':!changelogs/' ':!contributing/' \
109109 ':!system/' ':!tests/' ':!user_guide_src/' ':!utils/' \
110- ':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' \
110+ ':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' ':!structarmed.php' \
111111 ':!phpstan*' ':!psalm*' ':!.php-cs-fixer.*' ':!LICENSE' ':!CHANGELOG.md'
112112 ```
113113 * Note: `tests/` is not used for distribution repos. See `admin/starter/tests/`.
You can’t perform that action at this time.
0 commit comments