summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited 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/