From 476946218b6bd6d0ae2e06177152f2c844c4877f Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 27 May 2024 23:36:41 -0500 Subject: [PATCH] ignore DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68a2d3d..85ea769 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist -target \ No newline at end of file +target +.DS_Store \ No newline at end of file