From 19a36435bde67716b4784e40dcd1f02026e1b706 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Apr 2026 17:21:17 +0800 Subject: [PATCH] chore: exclude AGENTS.md from version control --- .gitignore | 3 +++ AGENTS.md | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 AGENTS.md diff --git a/.gitignore b/.gitignore index 3f37c58d..0babffd1 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,9 @@ docker-compose.override.yml .codex/ .codebuddy/ +# Ignore AI agent instructions +AGENTS.md + # Ignore backup files *.bak diff --git a/AGENTS.md b/AGENTS.md deleted file mode 100644 index f6646be9..00000000 --- a/AGENTS.md +++ /dev/null @@ -1,2 +0,0 @@ -每次修改go代码都要执行gofmt -w . -并进行run tests测试 \ No newline at end of file