From 229fa35d372268d3cc5662f2551668d4d4e36f49 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 11 Jul 2024 16:30:36 +0200 Subject: [PATCH] Add .DS_Store to .gitignore For macOS contributors, .DS_Store keeps appearing in diffs and prevents the use of `git add .`, which is a major pain in the butt when contributing. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fce0f122f..b930a45e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea/ +.DS_Store /.yarn/* !/.yarn/cache