From 7a985633e430c77519b1ee504c058fcb8676b4d7 Mon Sep 17 00:00:00 2001 From: Pariring Date: Thu, 3 Nov 2022 23:51:04 +0900 Subject: [PATCH] chore: add .DS_Store to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e261af..340b51a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target /Cargo.lock -out \ No newline at end of file +out +.DS_Store \ No newline at end of file