From ab5efc3a4320f81a55f21d1f78c222b704feeae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 24 Jan 2022 23:58:01 +0100 Subject: Add test stuff to .gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0855df8..6233dcb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,14 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -# CSV files +# Test content *.csv +test/ +*.zip +T/ + +# Idea +.idea # Dependency directories (remove the comment below to include it) # vendor/ -- cgit v1.2.3