-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (25 loc) · 675 Bytes
/
.gitattributes
File metadata and controls
25 lines (25 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*.md text
*.php text diff=php
/LICENSE text
* text=auto eol=lf
/.editorconfig export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/.php-cs-fixer.dist.php export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/SECURITY.md export-ignore
/Dockerfile export-ignore
/docker-compose.yml export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/phpcs.xml export-ignore
/rector.php export-ignore
/tests export-ignore
/.github export-ignore
/dev export-ignore
/composer-dependency-analyser.php export-ignore
/README.md export-ignore
/phpstan-baseline.neon export-ignore
/composer.lock export-ignore
/composer.json export-ignore