添加项目编码规则并修正忽略路径

This commit is contained in:
admin 2026-06-12 03:22:03 +08:00
parent 37c100c7ab
commit 64f0409831
2 changed files with 8 additions and 2 deletions

4
.gitignore vendored
View file

@ -1,8 +1,8 @@
# 屏蔽服务端运行日志
Mirserver/**/Log/**
Mirserver/GCConfig.ini
cilent\996M2资源集成工具
cilent\cache
client\996M2资源集成工具
client\cache
# 常见日志/临时文件
*.log

6
AGENTS.md Normal file
View file

@ -0,0 +1,6 @@
# Project Rules
- This project is split into `Mirserver` (server) and `client` (client).
- Files under `Mirserver` use GB2312/GBK encoding. Read and write them with the server encoding preserved; do not silently convert them to UTF-8.
- Files under `client` use UTF-8 encoding. Read and write them as UTF-8.
- When changing mirrored server/client logic, keep each side in its own encoding and verify Chinese text after edits.