diff --git a/.gitattributes b/.gitattributes index b9262c8a..61700f6d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ /tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php-cs-fixer.dist export-ignore +/.php-cs-fixer.dist.php export-ignore /phpstan-baseline.neon export-ignore /phpstan.neon export-ignore /phpunit.xml.dist export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e76de7..3b8e0433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ci: Run workflows against 5.x.x branches ([#859](https://github.com/jsonrainbow/json-schema/pull/859)) ### Fixed - UriValidator: Allow `file:/` and `file:///` ([#856](https://github.com/jsonrainbow/json-schema/discussions/856)) +- Fix .php-cs-fixer.dist.php export-ignore ([#861](https://github.com/jsonrainbow/json-schema/discussions/861)) ## [6.6.3] - 2025-12-02 ### Changed