From b207cc1c77aace37bb0bad6c859a3d01ec9d7330 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Tue, 12 May 2026 20:09:52 +0300 Subject: [PATCH] fix: remove broken bring_http symlink from git --- .gitignore | 1 + lib/bring_http.nim | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 lib/bring_http.nim diff --git a/.gitignore b/.gitignore index 670001e..12a369b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ test_single_debug.py src/tui_config experiments/native-lib/test_client/test_client experiments/wasm/tools/zig/ +lib/bring_http.nim diff --git a/lib/bring_http.nim b/lib/bring_http.nim deleted file mode 120000 index add58b2..0000000 --- a/lib/bring_http.nim +++ /dev/null @@ -1 +0,0 @@ -/home/ziko/bara-eco/bring/lib/bring_http.nim \ No newline at end of file