From 02697e6896a03da73be804a5abda6b2c381d879f Mon Sep 17 00:00:00 2001 From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it> Date: Sat, 3 Apr 2021 09:46:26 +0200 Subject: [PATCH] Ignore mac file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d39eb1d..5eab1a9 100644 --- a/.gitignore +++ b/.gitignore @@ -138,4 +138,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* yarn.lock -.docz/ \ No newline at end of file +.docz/ +._.DS_Store \ No newline at end of file -- GitLab