From 443128cacdbbd3da3ac873ea5d7b1221f7ad71d6 Mon Sep 17 00:00:00 2001 From: John Spellman Date: Mon, 28 Nov 2022 12:21:29 -0700 Subject: [PATCH] Update directory/file paths in .gitattributes --- .gitattributes | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.gitattributes b/.gitattributes index 48fb86e..9109fa5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,26 +1,26 @@ # Directories -.circleci export-ignore -.git export-ignore -.github export-ignore -.gitignore export-ignore -tests export-ignore -vendor export-ignore -node_modules export-ignore -bin export-ignore +/.circleci export-ignore +/.git export-ignore +/.github export-ignore +/.gitignore export-ignore +/tests export-ignore +/vendor export-ignore +/node_modules export-ignore +/bin export-ignore # Files -.DS_Store export-ignore -Thumbs.db export-ignore -.editorconfig export-ignore -.gitattributes export-ignore -behat.yml export-ignore -CODEOWNERS export-ignore -composer.json export-ignore -composer.lock export-ignore -CONTRIBUTING.md export-ignore -Gruntfile.js export-ignore -package-lock.json export-ignore -package.json export-ignore -phpcs.xml.dist export-ignore -phpunit.xml.dist export-ignore -README.md export-ignore \ No newline at end of file +/.DS_Store export-ignore +/Thumbs.db export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/behat.yml export-ignore +/CODEOWNERS export-ignore +/composer.json export-ignore +/composer.lock export-ignore +/CONTRIBUTING.md export-ignore +/Gruntfile.js export-ignore +/package-lock.json export-ignore +/package.json export-ignore +/phpcs.xml.dist export-ignore +/phpunit.xml.dist export-ignore +/README.md export-ignore \ No newline at end of file