From d215d7d65ff5c2a657cf4f943b9c28080d47c9c1 Mon Sep 17 00:00:00 2001 From: OIRNOIR Date: Fri, 24 Feb 2023 21:47:09 -0800 Subject: [PATCH] Ignore ds_store --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bec9d8c..eb63e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ dist .parcel-cache /bundle + +# MacOS +.DS_Store \ No newline at end of file