Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
# 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
/.github export-ignore
/.gitignore export-ignore
/.github/ export-ignore
/appveyor.yml export-ignore
/box.json export-ignore
/doc export-ignore
/phpcs.xml.dist export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
appveyor.yml export-ignore
box.json export-ignore
phpcs.xml.dist export-ignore
/.github/ export-ignore
/doc/ export-ignore
/tests/ export-ignore

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