From 57b797196c7e9fc55eaa217ef58a8fbd2567d9db Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Wed, 8 Apr 2026 12:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20.gitignore=20f?= =?UTF-8?q?or=20agents=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add .agents/ and skills-lock.json to gitignore to exclude AI agent artifacts and skill lock files from version control. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 758e070..1fde1fa 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ Thumbs.db # .claude .claude/ - +.agents/ +skills-lock.json #temp files temp/ \ No newline at end of file