File: .gitattributes

package info (click to toggle)
php-codesniffer 3.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,772 kB
  • sloc: php: 84,771; pascal: 10,061; xml: 6,832; javascript: 2,096; sh: 11; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download
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
#
# 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
.cspell.json            export-ignore
.gitattributes          export-ignore
.gitignore              export-ignore
.markdownlint-cli2.yaml export-ignore
.remarkignore           export-ignore
.remarkrc               export-ignore
.yamllint.yml           export-ignore
phpcs.xml.dist          export-ignore
phpstan.neon.dist       export-ignore
phpunit.xml.dist        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