forked from elephox-dev/mimey
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
23 lines (22 loc) · 887 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
*.php text diff=php
*.md text diff=markdown
# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/.scrutinizer.yml export-ignore
/backward-compatibility.md export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/composer.lock export-ignore
/CONTRIBUTING.md export-ignore
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.xml export-ignore
/psalm.xml export-ignore
/rector.php export-ignore
/renovate.json export-ignore