-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (37 loc) · 1.78 KB
/
.gitattributes
File metadata and controls
38 lines (37 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# 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
src/Standards/**/Tests/ export-ignore
tests/Core/**/ export-ignore
tests/EndToEndBash/**/ export-ignore
.cspell.json export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.markdownlint-cli2.yaml export-ignore
.remarkignore export-ignore
.remarkrc export-ignore
.shellcheckrc export-ignore
.yamllint.yml export-ignore
CHANGELOG-0.x.md export-ignore
CHANGELOG-1.x.md export-ignore
CHANGELOG-2.x.md export-ignore
phpcs.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
phpunit-lte9.xml.dist export-ignore
tests/Core/AbstractWriterTestCase.php export-ignore
tests/Core/ErrorSuppressionTest.php export-ignore
tests/Core/StatusWriterTestHelper.php 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
tests/Core/Fixer/Fixtures/GenerateDiffTest-WindowsLineEndings.inc text eol=crlf