From c239eaf1c4c2f2928b5146c3102fc3521c6f471f Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 29 Nov 2020 17:34:28 +0100 Subject: [PATCH] [CLEANUP] Sort the lines in the .gitignore and .gitattributes (#178) --- .gitattributes | 6 +++--- .gitignore | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) 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