mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 13:14:11 +00:00
chore: exclude AGENTS.md from version control
This commit is contained in:
parent
bd154b7bee
commit
19a36435bd
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
每次修改go代码都要执行gofmt -w .
|
|
||||||
并进行run tests测试
|
|
||||||
Loading…
Reference in a new issue