From 1b999273c9647deea1f3be1c9363659ef665b2c9 Mon Sep 17 00:00:00 2001 From: daibogh Date: Thu, 13 Mar 2025 06:19:22 -0700 Subject: [PATCH] chore: update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89b7b15..63a5c74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist -.port \ No newline at end of file +.port +.DS_Store