From 90659dd8a45d8fc19da6eca59c0d8b5fb5283f6b Mon Sep 17 00:00:00 2001 From: netbenix Date: Sat, 30 Oct 2021 22:15:42 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a72a4b0..e83db76 100644 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,11 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out - # GoLand IDE files .idea/ - #Logs folder -logs/ \ No newline at end of file +logs/ + +#Data Stuffs +data/ \ No newline at end of file