From 8f1989c8cc461e39a940e5ec01d488ba0e09fbb8 Mon Sep 17 00:00:00 2001 From: Lyuben Penkovski <lyuben.penkovski@vereign.com> Date: Fri, 25 Mar 2022 13:02:24 +0200 Subject: [PATCH] Add .gitattributes to suppress file expansion for vendor directory --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6f7f6522 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +vendor/**/* -diff -- GitLab