mirror of
https://gh.wpcy.net/https://github.com/netcccyun/dnsmgr.git
synced 2026-05-31 00:15:01 +08:00
chore(git): 更新.gitignore文件以忽略临时目录 添加/.codex-tmp/dns-panel-ref/到.gitignore文件中, 避免临时子项目引用文件被提交到版本控制系统。 ```
7 lines
73 B
Text
7 lines
73 B
Text
/.idea
|
|
/.vscode
|
|
/vendor
|
|
*.log
|
|
.env
|
|
.ace-tool/
|
|
/.codex-tmp/dns-panel-ref/
|