-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (29 loc) · 831 Bytes
/
.gitattributes
File metadata and controls
30 lines (29 loc) · 831 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
26
27
28
29
30
* text=auto
/.docker export-ignore
/config.subsplit-publish.json export-ignore
/.editorconfig export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpstan.neon export-ignore
/phpunit.php export-ignore
/phpunit.xml.dist export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/deprecations.md export-ignore
/docker-composer.yml export-ignore
/README.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/bin/ export-ignore
/mocked-functions.php export-ignore
/test_files/ export-ignore
/Tests export-ignore
/src/Tests export-ignore
/**/*Test.php export-ignore
/**/*Stub.php export-ignore
/**/Stub*.php export-ignore
Dockerfile export-ignore
socker-compose.yaml export-ignore