File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
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
6
- phpstan.neon.dist export-ignore
7
- phpunit.xml.dist export-ignore
8
- scripts / export-ignore
9
- src /Standards /** /Tests export-ignore
10
- tests / 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
+ src /Standards /** /Tests / export-ignore
11
+ tests / export-ignore
12
+ .cspell.json export-ignore
13
+ .gitattributes export-ignore
14
+ .gitignore export-ignore
15
+ phpcs.xml.dist export-ignore
16
+ phpstan.neon.dist export-ignore
17
+ phpunit.xml.dist export-ignore
11
18
19
+ #
12
20
# Declare files that should always have CRLF line endings on checkout.
21
+ #
13
22
* WinTest.inc text eol =crlf
14
23
* WinTest.php text eol =crlf
15
24
src /Standards /Generic /Tests /Files /LineEndingsUnitTest * .inc text eol =crlf
You can’t perform that action at this time.
0 commit comments