-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitattributes
More file actions
20 lines (19 loc) · 831 Bytes
/
.gitattributes
File metadata and controls
20 lines (19 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/.github export-ignore
/docs export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/build.xml export-ignore
/codecov.yml export-ignore
/php-require-checker.config.json export-ignore
/phpcs.xml export-ignore
/phpmd.xml export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm.compiler.xml export-ignore
/vendor-bin export-ignore
# Configure diff output for .php and .phar files.
*.php diff=php
*.phar -diff