.gitattributes: sync with reality (#2374)
The `.gitattributes` file was no longer in line with the files in the repo. Fixed now. Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
This commit is contained in:
parent
4ba9531372
commit
702502aca2
|
|
@ -5,12 +5,11 @@
|
||||||
/.gitignore export-ignore
|
/.gitignore export-ignore
|
||||||
/.phan export-ignore
|
/.phan export-ignore
|
||||||
/.scrutinizer.yml export-ignore
|
/.scrutinizer.yml export-ignore
|
||||||
/.travis.yml export-ignore
|
|
||||||
/changelog.md export-ignore
|
/changelog.md export-ignore
|
||||||
/docs export-ignore
|
/docs export-ignore
|
||||||
/examples export-ignore
|
/examples export-ignore
|
||||||
/phpcs.xml.dist export-ignore
|
/phpcs.xml.dist export-ignore
|
||||||
/phpdoc.dist.xml export-ignore
|
/phpdoc.dist.xml export-ignore
|
||||||
|
/phpunit.xml.dist export-ignore
|
||||||
/test export-ignore
|
/test export-ignore
|
||||||
/travis.phpunit.xml.dist export-ignore
|
|
||||||
/UPGRADING.md export-ignore
|
/UPGRADING.md export-ignore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue