From b19f36ed96eb9c9095fc52b2d12ee2c014157778 Mon Sep 17 00:00:00 2001 From: Jeremiasz Major Date: Fri, 23 Aug 2024 18:56:25 +0200 Subject: [PATCH] add gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6f6e9f4e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +/docs export-ignore +/src/_Samples export-ignore +/src/Utility.Test export-ignore +/src/XSD2PHP/docs export-ignore +/src/XSD2PHP/resources export-ignore +/src/XSD2PHP/test export-ignore +/src/XSD2PHP/website export-ignore +/src/XSD2PHP/buildDocs.sh export-ignore +/test export-ignore +/views export-ignore +/.travis.yml export-ignore +/composer.lock export-ignore +/phpunit.xml export-ignore