From 15b279d497864cb1174a1b450d215d6aaab3101f Mon Sep 17 00:00:00 2001 From: TinyAnts Date: Tue, 26 Apr 2022 09:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=BD=E7=95=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 12 ++++++++++-- like-framework/like-admin/.gitignore | 7 ------- like-framework/like-common/.gitignore | 8 -------- like-framework/like-front/.gitignore | 7 ------- 4 files changed, 10 insertions(+), 24 deletions(-) delete mode 100644 like-framework/like-admin/.gitignore delete mode 100644 like-framework/like-common/.gitignore delete mode 100644 like-framework/like-front/.gitignore diff --git a/.gitignore b/.gitignore index f66d762d..efc8bd53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ -/.idea -/.vscode \ No newline at end of file +.vscode +.idea +*.iws +*.iml +*.ipr +target/ +application-dev.yml +application-pro.yml +application-prod.yml +application-test.yml \ No newline at end of file diff --git a/like-framework/like-admin/.gitignore b/like-framework/like-admin/.gitignore deleted file mode 100644 index c3341405..00000000 --- a/like-framework/like-admin/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/.idea -/.vscode -/target/ -/like-admin.iml -/src/main/resources/application-pro.yml -/src/main/resources/application-dev.yml -/src/main/resources/application-test.yml \ No newline at end of file diff --git a/like-framework/like-common/.gitignore b/like-framework/like-common/.gitignore deleted file mode 100644 index f05ba391..00000000 --- a/like-framework/like-common/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -/.idea -/.vscode -/target/ -/like-common.iml -/src/main/resources/application.yml -/src/main/resources/application-pro.yml -/src/main/resources/application-dev.yml -/src/main/resources/application-test.yml \ No newline at end of file diff --git a/like-framework/like-front/.gitignore b/like-framework/like-front/.gitignore deleted file mode 100644 index a60fc315..00000000 --- a/like-framework/like-front/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/.idea -/.vscode -/target/ -/like-front.iml -/src/main/resources/application-pro.yml -/src/main/resources/application-dev.yml -/src/main/resources/application-test.yml \ No newline at end of file