-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (22 loc) · 756 Bytes
/
.gitattributes
File metadata and controls
24 lines (22 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
* text=auto
*.md diff=markdown
*.php diff=php
.php_cs diff=php
.php_cs.dist diff=php
*.xml.dist diff=xml
*.neon diff=yaml
*.neon.dist diff=yaml
# files that are not bundled into the "dist" release are marked `export-ignore`
.gitattributes export-ignore
.gitignore export-ignore
.editorconfig export-ignore
/.github export-ignore
/.phive export-ignore
/examples export-ignore
/tests export-ignore
/tools export-ignore
/.php_cs.dist export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/HISTORY.md export-ignore