mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-06 10:17:49 +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