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