From 2c62b65cb13ae6a65f1f08b143e04bd4a31c9995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Sat, 2 Mar 2024 23:19:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E5=8F=97=E7=9B=8A=E4=BA=8E=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=BA=AF=E5=87=80=E5=AE=89=E8=A3=85=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=20git=20=E5=AF=B9=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitignore b/.gitignore index 15c39958..6eda1969 100644 --- a/.gitignore +++ b/.gitignore @@ -23,22 +23,6 @@ dist-ssr /.env Desktop.ini -# 部署到线上时,如果您已经删除了 /modules 的忽略规则,那么以下规则可以帮您排除多余的模块文件(已知的多余/重复文件) -# 请勿在已经忽略以下文件[夹]的环境下卸载模块,该操作将导致未知异常! -/modules/ebak -/modules/*/app -/modules/*/config -/modules/*/extend -/modules/*/public -/modules/*/vendor -/modules/*/web -/modules/*/web-nuxt -/modules/*/install.sql -/modules/*/config.json -/modules/*/LICENSE -/modules/*/README.md -/modules/*/uniapp.zip - # Log files *.log npm-debug.log*