-
-
Notifications
You must be signed in to change notification settings - Fork 271
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (20 loc) · 636 Bytes
/
.gitattributes
File metadata and controls
21 lines (20 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* text=auto
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.roave-backward-compatibility-check.xml export-ignore
/.github export-ignore
/.php-cs-fixer.dist.php export-ignore
/bin export-ignore
/example export-ignore
/phpstan-baseline.neon export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/tools export-ignore
/AGENTS.md export-ignore
/CONTRIBUTING.md export-ignore
/tmp export-ignore
# Github specific: force syntax highlighting to be PHP for stubs
# See https://github.com/github/linguist/blob/master/docs/overrides.md
*.stub linguist-language=PHP