Skip to content

Commit

Permalink
Merge pull request #352 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 27, 2023
2 parents 8bb52e4 + 379b09e commit a928f51
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
# https://blog.madewithlove.be/post/gitattributes/
#
.cache export-ignore
.github export-ignore
grunt export-ignore
tests export-ignore
.eslintrc export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml export-ignore
.phpcs.xml.dist export-ignore
Gruntfile.js export-ignore
package.json export-ignore
phpcs.xml export-ignore
phpcs.xml.dist export-ignore
phpunit.xml export-ignore
/.cache export-ignore
/.github export-ignore
/grunt export-ignore
/tests export-ignore
.eslintrc export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml.dist export-ignore
Gruntfile.js export-ignore
package.json export-ignore
phpunit.xml.dist export-ignore
renovate.json export-ignore

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

0 comments on commit a928f51

Please sign in to comment.