File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 1- .cspell.json export-ignore
2- .gitattributes export-ignore
3- .github / export-ignore
4- .gitignore export-ignore
5- phpcs.xml.dist export-ignore
1+ #
2+ # Exclude these files from release archives.
3+ # This will also make them unavailable when using Composer with `--prefer-dist`.
4+ # If you develop for this repo using Composer, use `--prefer-source`.
5+ # https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/
6+ # https://blog.madewithlove.be/post/gitattributes/
7+ #
8+ .github / export-ignore
9+ scripts / export-ignore
10+ .cspell.json export-ignore
11+ .gitattributes export-ignore
12+ .gitignore export-ignore
13+ phpcs.xml.dist export-ignore
614phpstan.neon.dist export-ignore
7- phpunit.xml.dist export-ignore
8- scripts / export-ignore
15+ phpunit.xml.dist export-ignore
916
17+ #
1018# Declare files that should always have CRLF line endings on checkout.
19+ #
1120* WinTest.inc text eol =crlf
1221* WinTest.php text eol =crlf
1322src /Standards /Generic /Tests /Files /LineEndingsUnitTest * .inc text eol =crlf
You can’t perform that action at this time.
0 commit comments