From bb085118c4e798fdf676585c683df2807029b99d Mon Sep 17 00:00:00 2001 From: TinyAnts Date: Fri, 25 Mar 2022 16:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- like-common/.gitignore | 2 +- like-front/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/like-common/.gitignore b/like-common/.gitignore index 665ade01..f05ba391 100644 --- a/like-common/.gitignore +++ b/like-common/.gitignore @@ -1,7 +1,7 @@ /.idea /.vscode /target/ -/like-common +/like-common.iml /src/main/resources/application.yml /src/main/resources/application-pro.yml /src/main/resources/application-dev.yml diff --git a/like-front/.gitignore b/like-front/.gitignore index c9eca0a2..a00ab681 100644 --- a/like-front/.gitignore +++ b/like-front/.gitignore @@ -1,7 +1,7 @@ /.idea /.vscode /target/ -/like-front +/like-front.iml /src/main/resources/application.yml /src/main/resources/application-pro.yml /src/main/resources/application-dev.yml