From 88dc40534fb8578bd28a0ecae437ee0baec2df58 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Tue, 14 Oct 2025 09:52:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=B9=B6=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除admin-hanhai-vue目录下的冗余.gitignore文件,并在根目录.gitignore中添加dist和dist.*忽略规则 --- .gitignore | 4 +++- admin-hanhai-vue/.gitignore | 21 --------------------- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 admin-hanhai-vue/.gitignore diff --git a/.gitignore b/.gitignore index 9e8ec2a..f1b5440 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ yarn-error.log* *.njsproj *.sln *.sw* -target \ No newline at end of file +dist +target +dist.* \ No newline at end of file diff --git a/admin-hanhai-vue/.gitignore b/admin-hanhai-vue/.gitignore deleted file mode 100644 index 185e663..0000000 --- a/admin-hanhai-vue/.gitignore +++ /dev/null @@ -1,21 +0,0 @@ -.DS_Store -node_modules -/dist - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw*