Skip to content

Commit 108f626

Browse files
authored
Update .gitattributes - avoid all .php-cs-fixer files on vendor (#1708)
1 parent c488262 commit 108f626

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
/.gitattributes export-ignore
77
/.github export-ignore
88
/.gitignore export-ignore
9-
/.php-cs-fixer.cache export-ignore
10-
/.php-cs-fixer.php export-ignore
11-
/.php-cs-fixer.tests.cache export-ignore
9+
/.php-cs-fixer* export-ignore
1210
/phpunit.xml.dist export-ignore
1311
/psalm-baseline.xml export-ignore
1412
/psalm.xml export-ignore

0 commit comments

Comments
 (0)