From c32e1c8cf182c103197c95b52377a9525d80093d Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Fri, 4 Nov 2022 14:19:37 +0000 Subject: [PATCH] Create .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..432ee0a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +vendor/* linguist-vendored=true