From 91304e65ba2a40e2b8230deb7bacc33fe45b4fe0 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 7 Apr 2024 16:37:16 +0200 Subject: [PATCH] fix: ignore CSV files to avoid uploading them accidently --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 92b2793..fb8264a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .direnv +*.csv