From e1d536d313a697d3f0ca9c0d1b007f01cf558f57 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Sun, 29 Jun 2025 00:32:08 +0900 Subject: [PATCH] chore: add .vscode/mcp.json and .github/instructions/nx.instructions.md to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 99b76c669f..9ebc512a09 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,9 @@ stats-hydration.json stats.json stats.html .vscode/settings.json +.vscode/mcp.json .cursor/rules +.github/instructions/nx.instructions.md *.log *.tsbuildinfo