Skip to content

Commit 862287a

Browse files
jrfnlsolardiz
authored andcommitted
.gitattributes: update for PHPUnit config
Follow up on #6
1 parent 383b8b5 commit 862287a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitattributes

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
66
# https://blog.madewithlove.be/post/gitattributes/
77
#
8-
.gitattributes export-ignore
9-
.gitignore export-ignore
10-
/.github export-ignore
11-
/c export-ignore
12-
/tests export-ignore
8+
.gitattributes export-ignore
9+
.gitignore export-ignore
10+
phpunit.xml.dist export-ignore
11+
/.github export-ignore
12+
/c export-ignore
13+
/tests export-ignore
1314

1415
#
1516
# Auto detect text files and perform LF normalization

0 commit comments

Comments
 (0)