Skip to content

Commit 588142e

Browse files
authored
Merge pull request #57 from erikn69/patch-1
Update .gitattributes
2 parents 6845c3b + 8f3ad99 commit 588142e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.gitattributes

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +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-
/.gitignore export-ignore
7-
/phpunit.xml.dist export-ignore
8-
/tests export-ignore
9-
/.editorconfig export-ignore
10-
/.php_cs export-ignore
11-
/.github export-ignore
12-
5+
/.github export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/phpunit.xml.dist export-ignore
9+
/psalm.xml.dist export-ignore
10+
/tests export-ignore
11+
/.editorconfig export-ignore
12+
/.php-cs-fixer.dist.php export-ignore
13+
/art export-ignore
14+
/docs export-ignore
15+
/UPGRADING.md export-ignore

0 commit comments

Comments
 (0)