Skip to content

Commit

Permalink
Merge pull request #72 from PHPCSStandards/feature/gitattributes-impr…
Browse files Browse the repository at this point in the history
…ove-readability

.gitattributes: various readability improvements
  • Loading branch information
jrfnl authored Nov 10, 2023
2 parents 379148e + 7c56d9f commit aecf5e2
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
.cspell.json export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
phpcs.xml.dist export-ignore
#
# Exclude these files from release archives.
# This will also make them unavailable when using Composer with `--prefer-dist`.
# If you develop for this repo using Composer, use `--prefer-source`.
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/
# https://blog.madewithlove.be/post/gitattributes/
#
.github/ export-ignore
scripts/ export-ignore
.cspell.json export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpcs.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
scripts/ export-ignore
phpunit.xml.dist export-ignore

#
# Declare files that should always have CRLF line endings on checkout.
#
*WinTest.inc text eol=crlf
*WinTest.php text eol=crlf
src/Standards/Generic/Tests/Files/LineEndingsUnitTest*.inc text eol=crlf

0 comments on commit aecf5e2

Please sign in to comment.