From c42cb58b75c3dca6fbb25e72c42400d6b504cd5d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 4 Apr 2022 15:53:09 -0700 Subject: [PATCH] gitattributes to ignore vendor --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..62a62e56c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +vendor/* linguist-vendored