From 13b1536c736077b527214359ec8feb6f6fee6245 Mon Sep 17 00:00:00 2001 From: Navjot Singh Chahal Date: Fri, 27 May 2022 23:38:27 +0530 Subject: [PATCH] FIX(main): macOS File DIr Store the macOs .DS_Store stores fileSystem info and should be ignored by the versioning tool. .gitignore update! --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e660fd93d..00b41c668 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ bin/ +.DS_Store