Skip to content

Commit 501024d

Browse files
committed
ci: add pint.json to git attributes and sort list
1 parent 4689623 commit 501024d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.gitattributes

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

44
# Ignore all test and documentation with "export-ignore".
5-
/.github export-ignore
5+
/.editorconfig export-ignore
66
/.gitattributes export-ignore
7+
/.github export-ignore
78
/.gitignore export-ignore
8-
/phpunit.xml.dist export-ignore
9+
/.php_cs.dist.php export-ignore
10+
/UPGRADING.md export-ignore
911
/art export-ignore
1012
/docs export-ignore
11-
/tests export-ignore
12-
/workbench export-ignore
13-
/.editorconfig export-ignore
14-
/.php_cs.dist.php export-ignore
13+
/phpstan-baseline.neon export-ignore
14+
/phpstan.neon.dist export-ignore
15+
/phpunit.xml.dist export-ignore
16+
/pint.json export-ignore
1517
/psalm.xml export-ignore
1618
/psalm.xml.dist export-ignore
1719
/testbench.yaml export-ignore
18-
/UPGRADING.md export-ignore
19-
/phpstan.neon.dist export-ignore
20-
/phpstan-baseline.neon export-ignore
20+
/tests export-ignore
21+
/workbench export-ignore

0 commit comments

Comments
 (0)