update git export ignore with new files (#1240)
This commit is contained in:
parent
0d5cb18b8d
commit
10999bcb22
|
|
@ -4,10 +4,14 @@
|
|||
/test export-ignore
|
||||
/examples export-ignore
|
||||
/.gitattributes export-ignore
|
||||
/.github export-ignore
|
||||
/.gitignore export-ignore
|
||||
/.phan export-ignore
|
||||
/.php_cs export-ignore
|
||||
/.scrutinizer.yml export-ignore
|
||||
/.travis.yml export-ignore
|
||||
/travis.phpunit.xml.dist export-ignore
|
||||
/SECURITY.md export-ignore
|
||||
/UPGRADING.md export-ignore
|
||||
/changelog.md export-ignore
|
||||
/README.md export-ignore
|
||||
/composer.json export-ignore
|
||||
/phpdoc.dist.xml export-ignore
|
||||
/travis.phpunit.xml.dist export-ignore
|
||||
|
|
|
|||
Loading…
Reference in New Issue