From 6908ed0a79f88d79285e01a4851e547921cf00b6 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Sat, 17 Sep 2022 03:31:19 +0900 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 115cc84..fd94001 100644 --- a/.gitignore +++ b/.gitignore @@ -258,3 +258,5 @@ dmypy.json *.a *.o /*/tmp + +.DS_Store