diff --git a/.gitattributes b/.gitattributes index 787d112..3ff4793 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,11 +5,11 @@ /.gitignore export-ignore /.gitlab/ export-ignore /.php_cs.php export-ignore -/Tests/ export-ignore -/codeception.yml export-ignore -/phpcs.xml export-ignore /Resources/Private/.eslintignore export-ignore /Resources/Private/.eslintrc.json export-ignore /Resources/Private/.prettierrc.js export-ignore /Resources/Private/package.json export-ignore /Resources/Private/stylelint.config.js export-ignore +/Tests/ export-ignore +/codeception.yml export-ignore +/phpcs.xml export-ignore diff --git a/.gitignore b/.gitignore index faf4896..67504f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ -/.Build/* /*.idea +/.Build/* /.php_cs.cache +/Resources/Private/node_modules/ +/Resources/Private/package-lock.json +/Resources/Private/yarn-error.log +/Resources/Private/yarn.lock /composer.lock /nbproject /var -/Resources/Private/node_modules/ -/Resources/Private/yarn.lock -/Resources/Private/yarn-error.log -/Resources/Private/package-lock.json