diff --git a/.gitattributes b/.gitattributes index aef855b..6b06107 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,8 +2,8 @@ .github export-ignore build export-ignore tests export-ignore -demo.php export-ignore .gitattributes export-ignore .gitignore export-ignore +demo.php export-ignore index.html export-ignore phpunit.xml export-ignore diff --git a/.gitignore b/.gitignore index cd6be76..04e2aa5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ -/.idea -/nbproject/private/ -/build/logs/ -/cache/ +.phpunit.result.cache + +/.idea/ /nbproject/ -/debug/ -/composer.lock /vendor/ +/composer.lock