diff --git a/.gitattributes b/.gitattributes index 26f80b1..aa41e17 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ /.gitattributes export-ignore -/.gitignore export-ignore /.github export-ignore -/phpcs.xml export-ignore +/.gitignore export-ignore /CHANGELOG.md export-ignore -/Dockerfile export-ignore -/test/ export-ignore +/package-lock.json export-ignore +/package.json export-ignore +/phpcs.xml export-ignore /phpunit.xml.dist export-ignore +/test/ export-ignore