Skip to content

Commit

Permalink
Merge pull request #65 from Yoast/JRF/gitattributes-minor-tweaks
Browse files Browse the repository at this point in the history
.gitattributes: minor clean up
  • Loading branch information
jrfnl committed Sep 26, 2023
2 parents 6de43fc + d80ec93 commit 9484959
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
# https://blog.madewithlove.be/post/gitattributes/
#
/.gitattributes export-ignore
/.gitignore export-ignore
/.cache/ export-ignore
/.github/ export-ignore
/.phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/tests/ export-ignore
/.cache/ export-ignore
/.github/ export-ignore
/tests/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml.dist export-ignore
phpunit.xml.dist export-ignore

#
# Auto detect text files and perform LF normalization
Expand Down

0 comments on commit 9484959

Please sign in to comment.