forked from zenstruck/foundry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
21 lines (20 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
* text=auto
/.codecov.yml export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/.scrutinizer.yml export-ignore
/.symfony.bundle.yaml export-ignore
/bin export-ignore
/config export-ignore
/docker export-ignore
/docker-compose.yaml export-ignore
/Makefile export-ignore
/phpstan.neon export-ignore
/phpunit-dama-doctrine.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/utils/rector/tests export-ignore
/utils/rector/composer.json export-ignore
/utils/rector/phpunit.xml.dist export-ignore