From 47eaa84be9229c9bd3292344e882efc1f7f03de1 Mon Sep 17 00:00:00 2001 From: Yufei LI Date: Mon, 20 Apr 2026 01:14:53 +0800 Subject: [PATCH] fix: Remove bin --- MoonBit.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/MoonBit.gitignore b/MoonBit.gitignore index e813b5ed..93952303 100644 --- a/MoonBit.gitignore +++ b/MoonBit.gitignore @@ -27,4 +27,3 @@ node_modules/ # Node.js dependencies used in JS target workflows. *.out # Default executable output name on Unix-like systems. *.exe # Native executable output on Windows. *.dSYM/ # macOS debug symbol bundles. -bin/ # Common custom directory for final native binaries.