From a6e8476aac96b7619ff04aa67d4e466abd66a3a8 Mon Sep 17 00:00:00 2001 From: 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 +