From 10754a46bf686e21119f03528eae1a12f27f3b4a Mon Sep 17 00:00:00 2001 From: Yuto Takano Date: Mon, 6 Mar 2023 03:36:21 +0100 Subject: [PATCH] Add annoying .DS_Store that Mac creates to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e43b0f98 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store