chore(gitignore): Add .idea and .DS_Store to .gitignore (#262)

This commit is contained in:
Zheng Xi Zhou 2025-04-24 13:05:06 +08:00 committed by GitHub
parent b9dc323734
commit 4d95761f66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored
View File

@ -2,3 +2,6 @@ lib/
node_modules/
test-results/
.vscode/mcp.json
.idea
.DS_Store