From a0b747a60e288ee27c139d1adaa53c68ff2f7edd Mon Sep 17 00:00:00 2001 From: Lmx <1960868911@qq.com> Date: Thu, 12 Feb 2026 09:13:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4.gitkeep=E5=B9=B6?= =?UTF-8?q?=E5=BF=BD=E7=95=A5images=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除uploads/images/.gitkeep文件,因为不再需要它来保持空目录 在.gitignore中添加images/以忽略该目录下的所有文件 --- .gitignore | 5 ++++- uploads/images/.gitkeep | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 uploads/images/.gitkeep diff --git a/.gitignore b/.gitignore index 4f990f4..e2dbbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,7 @@ build/ # 测试覆盖率 coverage/ -.nyc_output/ \ No newline at end of file +.nyc_output/ + +# 图片文件夹 +images/ \ No newline at end of file diff --git a/uploads/images/.gitkeep b/uploads/images/.gitkeep deleted file mode 100644 index 16cd381..0000000 --- a/uploads/images/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file keeps the images folder in git \ No newline at end of file