summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-24 23:58:01 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-24 23:58:01 +0100
commitab5efc3a4320f81a55f21d1f78c222b704feeae8 (patch)
treeaba94afb6a83ccf8bb05bce1f21ba6704ae372b7
parentfb48aa5d69fc96abfac559c2383306b4c2e4defd (diff)
downloadengarde-importer-ab5efc3a4320f81a55f21d1f78c222b704feeae8.tar.gz
engarde-importer-ab5efc3a4320f81a55f21d1f78c222b704feeae8.tar.bz2
engarde-importer-ab5efc3a4320f81a55f21d1f78c222b704feeae8.zip
Add test stuff to .gitignore
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
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/