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