From 396d67d2947ef4803db1bfb51fa71dd59a5ecb15 Mon Sep 17 00:00:00 2001 From: Wanderson Camargo Date: Thu, 18 Mar 2021 11:01:21 -0300 Subject: [PATCH] Ignore export --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 132468b..001a19c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ +/.dockerignore export-ignore /.gitattributes export-ignore +/.github /.gitignore export-ignore +/Dockerfile export-ignore /phpcs.xml.dist export-ignore /phpmd.xml export-ignore /phpunit.xml.dist export-ignore -/puppet export-ignore /test export-ignore -/Vagrantfile export-ignore