From 2e0c3f3ba798ebfa2a9fcedae5ee57966c1562f2 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Mon, 6 Nov 2023 15:27:42 +0400 Subject: [PATCH] Add DS_Store to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a7d6d8..f3f691e 100644 --- a/.gitignore +++ b/.gitignore @@ -127,4 +127,6 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.* + +.DS_Store \ No newline at end of file