From 4d95761f666e019f53e264e2f2e49006fc38f40a Mon Sep 17 00:00:00 2001 From: Zheng Xi Zhou Date: Thu, 24 Apr 2025 13:05:06 +0800 Subject: [PATCH] chore(gitignore): Add .idea and .DS_Store to .gitignore (#262) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 149ba9e..fcfd67d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ lib/ node_modules/ test-results/ .vscode/mcp.json + +.idea +.DS_Store