Skip to content

Commit

Permalink
.gitattributes: minor clean up
Browse files Browse the repository at this point in the history
* Alignment for readability.
* Sorted the list - folders first, then files, alphabetic order.
  • Loading branch information
jrfnl committed Sep 27, 2023
1 parent 224e4a1 commit 5a668b7
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 5a668b7

Please sign in to comment.