diff --git a/.gitattributes b/.gitattributes index e9328f3..aec08f4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,10 @@ -/.github export-ignore -/examples export-ignore -/tests export-ignore -/index.php export-ignore -/phpunit.xml export-ignore -/composer.lock export-ignore -/docs export-ignore -/docs-root export-ignore \ No newline at end of file +/.github export-ignore +/docs export-ignore +/examples export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/CODE_OF_CONDUCT.md export-ignore +/composer.lock export-ignore +/index.php export-ignore +/phpunit.xml export-ignore