chore: add bin and internal dirs to .gitignore for Go server build output (#13407)

### What problem does this PR solve?

add bin and internal dirs to .gitignore for Go server build output
This commit is contained in:
Liu An
2026-03-05 15:52:01 +08:00
committed by GitHub
parent e1f1184b01
commit 3124fa955e

3
.gitignore vendored
View File

@ -222,4 +222,5 @@ docker/launch_backend_service_windows.sh
# Go server build output
bin/
internal/
internal/cpp/cmake-build-release/
internal/cpp/cmake-build-debug/