From f2d18eb1514f2e1b1733fe7e1a594bfb6bdc10b4 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 13 Feb 2019 22:08:08 -0800 Subject: [PATCH] Adding gitattributes to ignore vendored folder, Gopkg.lock, and go.sum --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b4efd0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +vendor/ linguist-generated=true +Gopkg.lock linguist-generated=true +Gopkg.sum linguist-generated=true