From 13a6969511548dd073373c23a71635a3e16e750f Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Tue, 27 Sep 2022 17:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E9=BB=98=E8=AE=A4=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E4=B9=8B=E5=A4=96=E7=9A=84=E5=85=B6=E4=BB=96=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++--- plugins/.gitignore | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 plugins/.gitignore diff --git a/.gitignore b/.gitignore index ca082b47..b46760c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ /public/hot /public/storage /public/upload/avatar +/public/build/beike/* +/public/install/css/* /storage/*.key /storage/installed /vendor @@ -19,7 +21,4 @@ yarn-error.log /.vscode mix-manifest.json package-lock.json -beike/node_modules -/public/build/beike/* -/public/install/css/* dist diff --git a/plugins/.gitignore b/plugins/.gitignore new file mode 100644 index 00000000..dfc932a2 --- /dev/null +++ b/plugins/.gitignore @@ -0,0 +1,5 @@ +* +!FlatShipping +!LatestProducts +!Paypal +!Stripe