diff --git a/.gitattributes b/.gitattributes index 522212a..135de74 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,11 @@ -/tests export-ignore -/docs export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.php_cs.dist -/phpcs.xml.dist -/phpstan.neon.dist -/phpunit.xml.dist -/.waratah export-ignore -/README.md export-ignore +/tests export-ignore +/docs export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.dist.php export-ignore +/phpunit.xml.dist export-ignore +/.waratah export-ignore +/code-of-conduct.md export-ignore +/CONTRIBUTING.md export-ignore +/README.md export-ignore diff --git a/.gitignore b/.gitignore index e9fdcdf..afc1cdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /client/node_modules /vendor/ .DS_Store -/.php_cs.cache +/.php-cs-fixer.cache