From 003f0477f4db43dceda5760a6b2402dddb2c28d9 Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Sun, 10 May 2026 22:15:52 +0800 Subject: [PATCH] feat(core): initialize project with access control and AI integration --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index f24e762..29a756d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,6 +7,7 @@ node_modules/ .env.local .env.*.local -# Exclude all target/ content, then selectively re-include linux release binaries +# Exclude all target/ content, then selectively re-include release binaries target/ +!target/release/ !target/x86_64-unknown-linux-gnu/release/