Skip to content

Commit b47a118

Browse files
authored
Adjust gitattribute (#1515)
and make up for the missing php-cs-fixer changes The rest of the changes is just: - sorted alphabetically - align the `export-ignore` column
1 parent dca3ebe commit b47a118

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.gitattributes

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33

44
# Ignore all test and documentation with "export-ignore".
5-
/.gitattributes export-ignore
6-
/.github export-ignore
7-
/.gitignore export-ignore
8-
/.editorconfig export-ignore
9-
/phpunit.xml.dist export-ignore
10-
/tests export-ignore
11-
/.php_cs.common.php export-ignore
12-
/.php_cs.dist export-ignore
13-
/.php_cs.tests.php export-ignore
14-
/psalm.xml export-ignore
15-
/psalm-baseline.xml export-ignore
5+
/.editorconfig export-ignore
6+
/.gitattributes export-ignore
7+
/.github export-ignore
8+
/.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
12+
/phpunit.xml.dist export-ignore
13+
/psalm-baseline.xml export-ignore
14+
/psalm.xml export-ignore
15+
/tests export-ignore

0 commit comments

Comments
 (0)