-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
31 lines (31 loc) · 1.15 KB
/
.gitattributes
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
26
27
28
29
30
31
/.github export-ignore
/docker export-ignore
/docs export-ignore
/features export-ignore
/spec export-ignore
/src/Tests export-ignore
/tests export-ignore
/.auto-changelog export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/.scrutinizer.yml export-ignore
/CHANGELOG.md export-ignore
/behat.yaml export-ignore
/behat.yaml.dist export-ignore
/docker-compose.yaml export-ignore
/grumphp.yml export-ignore
/grumphp.yaml export-ignore
/grumphp.yml.dist export-ignore
/grumphp.yaml.dist export-ignore
/infection.json export-ignore
/infection.json.dist export-ignore
/phpspec.yml export-ignore
/phpspec.yaml export-ignore
/phpspec.yml.dist export-ignore
/phpspec.yaml.dist export-ignore
/phpstan.neon export-ignore
/phpstan.neon.dist export-ignore
/psalm.xml export-ignore
/MAINTAINERS.txt export-ignore