Skip to content

Commit

Permalink
.gitattributes: minor clean up
Browse files Browse the repository at this point in the history
* Alignment for readability.
* Remove files which don't exist in this repo from the list.
  • Loading branch information
jrfnl committed Sep 26, 2023
1 parent f8d7976 commit 16ec56d
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +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
/.gitignore export-ignore
/.phpcs.xml export-ignore
/.phpcs.xml.dist export-ignore
/phpcs.xml export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/.cache export-ignore
/.github export-ignore
/images export-ignore
/tests export-ignore
/.cache export-ignore
/.github export-ignore
/images export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml.dist export-ignore
phpunit.xml.dist export-ignore

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

0 comments on commit 16ec56d

Please sign in to comment.