From 5bd297e1ba49dc8170be35314e1b8875ea1f952c Mon Sep 17 00:00:00 2001 From: liqian <735273025@qq.com> Date: Fri, 28 Nov 2025 14:35:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9..gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 090bbf33..9991ab61 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,19 @@ Thumbs.db .env.dev .env.local .env.prod +.htaccess +.user.ini +404.html +index.html -public/dist +public/dist* public/opendoc +public/logo.png +public/.well-known /.idea /.vscode +/.zed /vendor /.settings /.buildpath -/.project +/.project \ No newline at end of file