From 6d6c95ad6177f18cc00273828e77f6707f2e16f2 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 18 Feb 2020 18:19:26 -0800 Subject: [PATCH] Ignoring go.sum being created. Use the database instead. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f11ad28..81f7be2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ debian/australis.substvars build/ dist/ .idea/ + +go.sum