From 2dffd2a8a51be131c8105a14496a0f84b6cf2401 Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Thu, 1 Dec 2022 21:59:35 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6247bafe5..eb01667bf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,14 @@ -resources/ export-ignore -scripts/ export-ignore -tests/ export-ignore -website/ export-ignore -src/DocumentationGenerator/ export-ignore \ No newline at end of file +/.github/ export-ignore +/resources/ export-ignore +/src/Documentation/ export-ignore +/scripts/ export-ignore +/tests/ export-ignore +/website/ export-ignore +/.dockerignore export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.nvmrc export-ignore +/Dockerfile export-ignore +/Makefile export-ignore +/phpcs.xml export-ignore +/phpstan.neon export-ignore