From 34e71ab40ab985628dafdc2c102a1b25d504d8c0 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Wed, 12 Apr 2023 12:19:18 +0200 Subject: [PATCH] Added .DS_STORE to ignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index db4c6d9..a832eb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ dist -node_modules \ No newline at end of file +node_modules + +.DS_STORE \ No newline at end of file