From 85770fcedbd2aeb3a66cb7111e7424619bda8550 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Tue, 23 Jan 2024 20:24:17 +0100 Subject: [PATCH] Ignore DS Store file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac0cfd5..1fdef5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target config.json -bib.xml \ No newline at end of file +bib.xml +.DS_Store \ No newline at end of file