From 47d955d4a40a12d67f3271fdf295ec390a683103 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Thu, 29 Nov 2018 17:47:12 -0800 Subject: [PATCH] Adding Gopkg.lock to ignore from diff file for github. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c0ed42b..c2f77d7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ gen-go/ linguist-generated=true vendor/ linguist-generated=true +Gopkg.lock linguist-generated=true