From ddc26242356c2e5c25bbd6fabbe133a6cb6b4edb Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Tue, 17 Mar 2026 10:13:41 +0800 Subject: [PATCH] chore: organize and expand .gitignore entries --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 990e988..e3529a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,19 @@ +# Dependencies & Build node_modules/ dist/ -.env *.tsbuildinfo + +# Environment +.env + +# Editor & Tools .claude +.smithery +.vscode + +# MCP Registry .mcpregistry_registry_token .mcpregistry_github_token -.smithery \ No newline at end of file + +# Contribute Now +.contributerc.json