From eaf513b33c71a83376eef74f2ac6a7a496cb33d8 Mon Sep 17 00:00:00 2001 From: Jiyuan Zheng Date: Wed, 16 Oct 2024 17:20:49 +0800 Subject: [PATCH] ignore .DS_Store (#45) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a5e65c9..5e6458c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb -output/ \ No newline at end of file +# MacOS related +.DS_Store + +output/