From e9fc97d430e691485d7ff995cb05b9659aead362 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Wed, 1 Nov 2017 23:39:38 -0700 Subject: [PATCH] chore: extend export-ignore file list --- .gitattributes | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7600d2f..688e780 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,18 +2,22 @@ /.vscode export-ignore /fixtures export-ignore -/tests export-ignore /images export-ignore +/tests export-ignore /validation export-ignore +/.dockerignore export-ignore +/.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.gitmodules export-ignore -/.dockerignore export-ignore +/.npmrc export-ignore /.travis.yml export-ignore /codecov.yml export-ignore +/dependencies.yml export-ignore /Dockerfile export-ignore +/package.json export-ignore /Performance.php export-ignore /php.ini export-ignore /phpcs.xml.dist export-ignore /phpunit.xml.dist export-ignore -/README.md export-ignore +/release-docker.php export-ignore