From a9f434ef1a3569147c6696a983109018c2d9057e Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 23 Dec 2024 10:24:56 +0100 Subject: [PATCH] no .DS_Store in gitignore?? --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f06235c..8d67a86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.DS_Store node_modules dist