-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitattributes
27 lines (25 loc) · 1.02 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
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test, special files and documentation with "export-ignore".
# So when someone will install that package through with composer --prefer-dist option,
# all the files and directories listed in .gitattributes file will be excluded.
/doc export-ignore
/test export-ignore
/.apigen.yml export-ignore
/.sami.php export-ignore
/phpstan.neon export-ignore
/.coveralls.yml export-ignore
/.editorconfig.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/couscous.yml export-ignore
/mkdocs.yml export-ignore
/phpcs.yml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/requirements.txt export-ignore
/infection.local.dist export-ignore
/.travis export-ignore