-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitattributes
34 lines (31 loc) · 1.25 KB
/
.gitattributes
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
* text=auto eol=lf
*.txt text eol=lf
*.md text eol=lf diff=markdown
*.php text eol=lf diff=php
*.json text eol=lf diff=json
*.xml text eol=lf diff=xml
*.xml.dist text eol=lf diff=xml
*.xsd text eol=lf diff=xml
*.neon text eol=lf diff=yaml
*.neon.dist text eol=lf diff=yaml
composer.lock text eol=lf diff=json
# files that are not bundled into the "dist" release are marked `export-ignore`
/CODEOWNERS export-ignore
/CONTRIBUTING.md export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.editorconfig export-ignore
/.* export-ignore
/demo export-ignore
/docs/dev export-ignore
/tests export-ignore
/tools export-ignore
/composer-require-checker.json export-ignore
/phpunit.dist.xml export-ignore
/psalm.xml.dist export-ignore
# files that are forced to be exported in "dist" releases
/HISTORY.* -export-ignore
/README.* -export-ignore
/NOTICE -export-ignore
/LICENSE -export-ignore
/semver.txt -export-ignore