From 65c744d4b685a30707834c10ec664e0c831c0aa7 Mon Sep 17 00:00:00 2001 From: Oliver 'kfsone' Smith Date: Wed, 24 Feb 2021 14:57:47 -0800 Subject: [PATCH] Updated git ignores --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 485dee6..824d669 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ +# IDE folders .idea +.vsc +.vs + +# Ignore go.sum when go.mod is added. +go.sum