From e49decaa986d2e4295bd09eadab04cc75450fc9c Mon Sep 17 00:00:00 2001 From: Crash0v3rrid3 Date: Thu, 21 May 2026 11:14:08 +0530 Subject: [PATCH] chore: gitignore AI coding assistant artifacts Add canonical block ignoring CLAUDE.md, .claude/, .mcp.json, and .ai so AI tooling artifacts never get committed. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 417803e..543323c 100644 --- a/.gitignore +++ b/.gitignore @@ -62,4 +62,10 @@ typings/ yarn-debug.log* yarn-error.log* TestProject/ -.sot \ No newline at end of file +.sot + +# AI coding assistant artifacts +CLAUDE.md +.claude/ +.mcp.json +.ai \ No newline at end of file