summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-22 22:33:21 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-22 22:33:21 +0100
commit0bbf9536fbf2921cb05283a032788e0a9cd9a300 (patch)
tree1f125bc5903cf71f80f299be9e7986d06765f14a /.gitignore
parent3c5c4758fb2540eb3db667b376d2dbce9e8187a2 (diff)
downloadengarde-importer-0bbf9536fbf2921cb05283a032788e0a9cd9a300.tar.gz
engarde-importer-0bbf9536fbf2921cb05283a032788e0a9cd9a300.tar.bz2
engarde-importer-0bbf9536fbf2921cb05283a032788e0a9cd9a300.zip
Ignore *.csv files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 66fd13c..0855df8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,5 +11,8 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
+# CSV files
+*.csv
+
# Dependency directories (remove the comment below to include it)
# vendor/