Skip to content

Commit

Permalink
Merge pull request #139 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 authored Sep 27, 2023
2 parents 102b4bc + 5a668b7 commit 9ab243f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
# 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
/.markdownlint-cli2.yaml export-ignore
/.phpcs.xml.dist export-ignore
/.remarkignore export-ignore
/.remarkrc 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
.markdownlint-cli2.yaml export-ignore
.phpcs.xml.dist export-ignore
.remarkignore export-ignore
.remarkrc export-ignore
phpunit.xml.dist export-ignore

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

0 comments on commit 9ab243f

Please sign in to comment.