Skip to content

Commit af7ce84

Browse files
authored
Merge pull request #136 from Yoast/JRF/gitattributes-minor-tweaks
.gitattributes: minor clean up
2 parents f8d7976 + 16ec56d commit af7ce84

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.gitattributes

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@
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-
/.phpcs.xml export-ignore
11-
/.phpcs.xml.dist export-ignore
12-
/phpcs.xml export-ignore
13-
/phpcs.xml.dist export-ignore
14-
/phpunit.xml export-ignore
15-
/phpunit.xml.dist export-ignore
16-
/.cache export-ignore
17-
/.github export-ignore
18-
/images export-ignore
19-
/tests export-ignore
8+
/.cache export-ignore
9+
/.github export-ignore
10+
/images export-ignore
11+
/tests export-ignore
12+
.gitattributes export-ignore
13+
.gitignore export-ignore
14+
.phpcs.xml.dist export-ignore
15+
phpunit.xml.dist export-ignore
2016

2117
#
2218
# Auto detect text files and perform LF normalization

0 commit comments

Comments
 (0)