From 44889c3a8bd1fe8a2014d915e909673bef72afa6 Mon Sep 17 00:00:00 2001 From: kainstan Date: Thu, 11 May 2023 16:52:26 +0800 Subject: [PATCH] .DS_ Store is a hidden configuration file for Mac and should be ignored --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 851588a9..0ecb8ed9 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,7 @@ checkpoints/ results/* Dockerfile start_docker.sh -start.sh \ No newline at end of file +start.sh + +# Mac +.DS_Store