chore: exclude AGENTS.md from version control

This commit is contained in:
root 2026-04-26 17:21:17 +08:00
parent bd154b7bee
commit 19a36435bd
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -47,6 +47,9 @@ docker-compose.override.yml
.codex/ .codex/
.codebuddy/ .codebuddy/
# Ignore AI agent instructions
AGENTS.md
# Ignore backup files # Ignore backup files
*.bak *.bak

View file

@ -1,2 +0,0 @@
每次修改go代码都要执行gofmt -w .
并进行run tests测试