-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
37 lines (34 loc) · 1.27 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
35
36
37
* 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
*.json.diff 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
## dot-files/-folders
/.* export-ignore
/tests export-ignore
/tools export-ignore
/examples export-ignore
## docs are rendered and linked n README
/docs export-ignore
/infection.json.dist export-ignore
/phpmd.* export-ignore
/phpunit.* export-ignore
/psalm.* export-ignore
# files that are forced to be exported in "dist" release
/README.* -export-ignore
/NOTICE -export-ignore
/LICENSE -export-ignore
/semver.txt -export-ignore