From b9fad6344f5c6bb3eb5d2df747a666f11206f57a Mon Sep 17 00:00:00 2001 From: YanLongChangAn <2667579369@qq.com> Date: Sun, 19 Apr 2026 15:37:09 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E6=B7=BB=E5=8A=A0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=9E=84=E5=BB=BA=E7=9B=B8=E5=85=B3=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 download 目录到忽略列表 - 添加 .venv 虚拟环境目录到忽略列表 - 添加 flask-ui/node_modules 到忽略列表 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed52373 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +download +.venv +flask-ui/node_modules \ No newline at end of file