Add .github directory to export-ignore (#1261)
+ Keep lines sorted: easier to read and maintain
This commit is contained in:
parent
22e8a57a62
commit
49ae798ccf
|
|
@ -1,12 +1,13 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
/docs export-ignore
|
|
||||||
/test export-ignore
|
|
||||||
/.gitattributes export-ignore
|
/.gitattributes export-ignore
|
||||||
|
/.github export-ignore
|
||||||
/.gitignore export-ignore
|
/.gitignore export-ignore
|
||||||
/.scrutinizer.yml export-ignore
|
/.scrutinizer.yml export-ignore
|
||||||
/.travis.yml export-ignore
|
/.travis.yml export-ignore
|
||||||
/travis.phpunit.xml.dist export-ignore
|
|
||||||
/SECURITY.md export-ignore
|
|
||||||
/changelog.md export-ignore
|
/changelog.md export-ignore
|
||||||
|
/docs export-ignore
|
||||||
/README.md export-ignore
|
/README.md export-ignore
|
||||||
|
/SECURITY.md export-ignore
|
||||||
|
/test export-ignore
|
||||||
|
/travis.phpunit.xml.dist export-ignore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue