feat: ignore go debug bin file (#1687)
* fix: k8s cpu num * feat: ignore go debug bin file
This commit is contained in:
parent
0c141cc6f7
commit
33afa9adfc
|
@ -25,6 +25,7 @@ yarn-error.log*
|
|||
/server/log/
|
||||
/server/gva
|
||||
/server/latest_log
|
||||
/server/__debug_bin*
|
||||
|
||||
*.iml
|
||||
web/.pnpm-debug.log
|
||||
|
|
Loading…
Reference in New Issue