mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-11 18:27:57 +08:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@ -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/
|
||||
Reference in New Issue
Block a user