-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.gitattributes
18 lines (17 loc) · 911 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.docker/ export-ignore
.github/ export-ignore
test/ export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php-cs-fixer.php export-ignore
.yamllint.yaml export-ignore
composer.lock export-ignore
Makefile export-ignore
phpstan-with-extension-baseline.neon export-ignore
phpstan-with-extension.neon export-ignore
phpstan-without-extension-baseline.neon export-ignore
phpstan-without-extension.neon export-ignore
phpunit.xml export-ignore
# PHP syntax highlight for stub files
*.phpstub linguist-language=PHP