From 7ed8dcf2ab21b6890979dca539b52445a63f416d Mon Sep 17 00:00:00 2001 From: bdaneels Date: Wed, 16 Oct 2024 17:15:37 +0200 Subject: [PATCH] Ignore Excel files in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b123cd..e39109e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Mentoraat_2024-2025.xlsx /reinoud.xlsx -/sisa.xlsx \ No newline at end of file +/sisa.xlsx +*.xlsx \ No newline at end of file