Skip to content

Commit

Permalink
Merge pull request #321 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 26, 2023
2 parents e379888 + ce1617e commit 6b039b9
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,22 @@
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
# https://blog.madewithlove.be/post/gitattributes/
#
.babelrc export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml.dist export-ignore
CHANGELOG export-ignore
Gruntfile.js export-ignore
LICENSE export-ignore
package.json export-ignore
package-lock.json export-ignore
phpunit.* export-ignore
README.md export-ignore
README.wordpress.md export-ignore
/.cache export-ignore
/.github export-ignore
assets export-ignore
dist export-ignore
svn-assets export-ignore
tests export-ignore
/.cache export-ignore
/.github export-ignore
/config export-ignore
/svn-assets export-ignore
/tests export-ignore
.babelrc export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml.dist export-ignore
CHANGELOG export-ignore
Gruntfile.js export-ignore
LICENSE export-ignore
package.json export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore

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

0 comments on commit 6b039b9

Please sign in to comment.