From 30fcdcbd5eaf1378bdeca00e48aa288b0549d8f6 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 1 Feb 2024 17:00:32 +0800 Subject: [PATCH] gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 413d53bf..7ec785cd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ Cargo.lock .vscode .idea/* */.idea/* -.env.local \ No newline at end of file +.env.local +.DS_Store \ No newline at end of file