From 3124fa955efeeebbb1b246323ad33d6c4a968eee Mon Sep 17 00:00:00 2001 From: Liu An Date: Thu, 5 Mar 2026 15:52:01 +0800 Subject: [PATCH] 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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc3eba504..6316ddb96 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file