From 28720037cb84b19eef05efb677fe47986f0d17fa Mon Sep 17 00:00:00 2001 From: indirection42 Date: Wed, 16 Oct 2024 17:17:25 +0800 Subject: [PATCH] ignore .DS_Store --- .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/