Skip to content

Commit ea704bb

Browse files
authored
Add missing entries to the .gitattributes file (#1288)
1 parent b383d16 commit ea704bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitattributes

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@
1616
/.editorconfig export-ignore
1717
/.gitattributes export-ignore
1818
/.gitignore export-ignore
19-
/.php_cs.dist export-ignore
19+
/.php-cs-fixer.dist.php export-ignore
2020
/.travis.yml export-ignore
2121
/Makefile export-ignore
2222
/phpstan.neon export-ignore
23+
/phpstan-baseline.neon export-ignore
2324
/phpunit.xml.dist export-ignore
2425
/psalm.xml.dist export-ignore
26+
/psalm-baseline.xml export-ignore
27+
/codecov.yml export-ignore
28+
/.github export-ignore
29+
/phpbench.json export-ignore

0 commit comments

Comments
 (0)