From df338a474a61c29ed8d6b20279795b5360b40a91 Mon Sep 17 00:00:00 2001 From: Mantresh Khurana <120998049+mantreshkhurana@users.noreply.github.com> Date: Thu, 5 Jan 2023 19:26:44 +0530 Subject: [PATCH] Added `.DS_Store` in .gitignore (#28) * `.DS_Store` Removed * Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1305422..c3ac647 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# miscellaneous +.DS_Store + # node node_modules package-lock.json @@ -7,4 +10,4 @@ pnpm-lock.yaml # gluon build -chrome_data \ No newline at end of file +chrome_data