From 2db139a29233b1203b878b1a10792415f35a6aab Mon Sep 17 00:00:00 2001 From: Thomas MUSSET <thomas.musset@pasteur.fr> Date: Tue, 4 Apr 2023 18:28:18 +0200 Subject: [PATCH] add .DS_Store in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 299e39a..b0a9905 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ build/ target/ *.iml .classpath -.project \ No newline at end of file +.project +**/.DS_Store \ No newline at end of file -- GitLab