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