From 0a4dbd7403b4eee7bf01295cd8a1be85950fec22 Mon Sep 17 00:00:00 2001 From: "a.dmitryuk" Date: Thu, 20 Jul 2023 08:25:55 +0600 Subject: [PATCH] Ignore files from vendor Ignore files from vendor --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c35c74a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.editorconfig export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml export-ignore +/test export-ignore +