From 5dc52850735441a9fcc16a78b050232d99f96cb4 Mon Sep 17 00:00:00 2001 From: Abdelkouddous LHACHIMI Date: Wed, 6 May 2026 01:59:51 +0100 Subject: [PATCH] gitignore *.csv --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba30ccd..8e9dab4 100644 --- a/.gitignore +++ b/.gitignore @@ -195,10 +195,11 @@ Endobest Reporting/ jsons history/ nul -# Ignore all json, exe, log, txt and xlsx files +# Ignore all json, exe, log, txt, csv and xlsx files *.json *.exe *.log *.txt +*.csv /*.xlsx !eb_org_center_mapping.xlsx \ No newline at end of file