Skip to content

Commit ef069a5

Browse files
authored
Merge pull request #8787 from kenjis/update-gitattributes
chore: update gitattributes
2 parents a2f0821 + 53093c9 commit ef069a5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitattributes

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@ CONTRIBUTING.md export-ignore
1717

1818
# contributor/development files
1919
tests/ export-ignore
20+
tools/ export-ignore
2021
utils/ export-ignore
2122
.php-cs-fixer.dist.php export-ignore
2223
.php-cs-fixer.no-header.php export-ignore
24+
.php-cs-fixer.tests.php export-ignore
2325
.php-cs-fixer.user-guide.php export-ignore
2426
deptrac.yaml export-ignore
25-
phpstan-baseline.neon.dist export-ignore
27+
phpmetrics.json export-ignore
28+
phpstan-baseline.php export-ignore
2629
phpstan-bootstrap.php export-ignore
2730
phpstan.neon.dist export-ignore
2831
phpunit.xml.dist export-ignore
29-
psalm_autoload.php export-ignore
30-
psalm-baseline.php export-ignore
32+
psalm-baseline.xml export-ignore
3133
psalm.xml export-ignore
34+
psalm_autoload.php export-ignore
3235
rector.php export-ignore
3336

3437
# source user guide

0 commit comments

Comments
 (0)