Skip to content

Commit

Permalink
.gitattributes: update for newly added config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Aug 28, 2022
1 parent 4713203 commit 5537f17
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .gitattributes
Expand Up @@ -5,15 +5,20 @@
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
# https://blog.madewithlove.be/post/gitattributes/
#
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.github/ export-ignore
/phpcs.xml.dist export-ignore
/phpdoc.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/docs/ export-ignore
/Tests/ export-ignore
.coveralls.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.markdownlint-cli2.yaml export-ignore
.remarkignore export-ignore
.remarkrc export-ignore
.yamllint.yml export-ignore
phpcs.xml.dist export-ignore
phpdoc.dist.xml export-ignore
phpdoc.xml.dist export-ignore
phpunit.xml.dist export-ignore
/.github/ export-ignore
/docs/ export-ignore
/Tests/ export-ignore

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

0 comments on commit 5537f17

Please sign in to comment.