mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-27 19:02:03 +08:00
feat: add bin and internal dirs to .gitignore for Go server build output (#13391)
### What problem does this PR solve? add bin and internal dirs to .gitignore for Go server build output
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -219,3 +219,7 @@ ragflow.egg-info/
|
||||
uv-aarch64*.tar.gz
|
||||
uv-aarch64-unknown-linux-gnu.tar.gz
|
||||
docker/launch_backend_service_windows.sh
|
||||
|
||||
# Go server build output
|
||||
bin/
|
||||
internal/
|
||||
|
||||
Reference in New Issue
Block a user