File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 55# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/
66# https://blog.madewithlove.be/post/gitattributes/
77#
8- .github / export-ignore
9- scripts / export-ignore
10- .cspell.json export-ignore
11- .gitattributes export-ignore
12- .gitignore export-ignore
13- .markdownlint-cli2.yaml export-ignore
14- .remarkignore export-ignore
15- .remarkrc export-ignore
16- .yamllint.yml export-ignore
17- phpcs.xml.dist export-ignore
18- phpstan.neon.dist export-ignore
19- phpunit.xml.dist export-ignore
8+ .github / export-ignore
9+ scripts / export-ignore
10+ src /Standards /** /Tests / export-ignore
11+ tests /Core /** / export-ignore
12+ .cspell.json export-ignore
13+ .gitattributes export-ignore
14+ .gitignore export-ignore
15+ .markdownlint-cli2.yaml export-ignore
16+ .remarkignore export-ignore
17+ .remarkrc export-ignore
18+ .yamllint.yml export-ignore
19+ phpcs.xml.dist export-ignore
20+ phpstan.neon.dist export-ignore
21+ phpunit.xml.dist export-ignore
22+ tests /Core /ErrorSuppressionTest.php export-ignore
2023
2124#
2225# Declare files that should always have CRLF line endings on checkout.
You can’t perform that action at this time.
0 commit comments