From 780263fd0588049087493e3d778006d685595075 Mon Sep 17 00:00:00 2001 From: Gwendal Beaumont <gwendal.beaumont@imt-atlantique.fr> Date: Fri, 15 Nov 2024 10:27:17 +0100 Subject: [PATCH] Updated .gitignore to allow .tar.gz and ignore .DS_Store (macOS) --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f01303c..34ea24b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ *.nar *.ear *.zip -*.tar.gz +# *.tar.gz *.rar # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml @@ -46,4 +46,5 @@ replay_pid* .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,java \ No newline at end of file +.DS_Store +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,java -- GitLab