From 1c15ccbef3d586fe98e9c676dbb02808c8a94583 Mon Sep 17 00:00:00 2001 From: Ethan Robert <ethan.rbrt90@gmail.com> Date: Mon, 24 Feb 2025 15:50:36 +0100 Subject: [PATCH] Modification de .gitignore pour .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f228ab0..0fe47b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ dist/ dist/* +.DS_Store \ No newline at end of file -- GitLab