From a01e8e68786ce54cd1df21150388bd65002b3c54 Mon Sep 17 00:00:00 2001 From: Thomas MUSSET <thomas.musset@pasteur.fr> Date: Tue, 4 Apr 2023 18:45:43 +0200 Subject: [PATCH] add .DS_Store in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a94d5f8..825c2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /.classpath /.project /.idea +**/.DS_Store \ No newline at end of file -- GitLab