From 951b9f9d01b2b9bc20f38cc64c8599d8937e5802 Mon Sep 17 00:00:00 2001
From: Thomas MUSSET <thomas.musset@pasteur.fr>
Date: Wed, 5 Apr 2023 11:34:20 +0200
Subject: [PATCH] add .DS_Store in gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 85f7e75..e419b98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ target/
 *.iml
 .idea/
 .settings/
+**/.DS_Store
\ No newline at end of file
-- 
GitLab