From 1cadad507692919d0b66e1b67ee43e03fa383d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E4=BB=A5=E8=B5=8F?= Date: Wed, 26 Jun 2024 02:25:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=9C=80=E8=A6=81=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 我叫以赏 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e90094..9bb966f 100644 --- a/.gitignore +++ b/.gitignore @@ -124,4 +124,7 @@ migrations/ *.db # 文件上传 -static/upload/ \ No newline at end of file +static/upload/ + +# flask session +flask_session/ \ No newline at end of file