From 2ccdfaf1c7a1bc75f1f3bae12ff6d2f2b08ffd4c Mon Sep 17 00:00:00 2001 From: Valmo Date: Mon, 29 Jun 2026 23:55:49 -0300 Subject: [PATCH] added dump folders and csv results to ignore list --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a7b159..1b4b229 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ dev.db* prisma/dev.db prisma/dev.db-journal dist -target \ No newline at end of file +target +*.csv +*.sql +dump \ No newline at end of file