From 4f968d135c02ded141ddaefab65e3271513d690b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E5=93=A5?= <2982212683@qq.com> Date: Tue, 26 May 2026 11:19:36 +0800 Subject: [PATCH] =?UTF-8?q?chore(security):=20=E6=8E=92=E9=99=A4=E6=95=8F?= =?UTF-8?q?=E6=84=9F=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BB=8EDocker?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index e362017..62abe16 100644 --- a/.dockerignore +++ b/.dockerignore @@ -33,6 +33,9 @@ logs/ storage/*.sqlite3 storage/binlog_position.json +# Project files with sensitive data +project_files/**/dev.json + # Temporary files *.tmp *.temp