From 50e52f4c4a51248595d0fae07c672c05c9b1432f Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Mon, 16 Apr 2018 22:32:56 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=88=A0=E9=99=A4IDEA=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + litemall-admin-api/.gitignore | 1 + litemall-admin-api/litemall-admin-api.iml | 82 ------------------- litemall-db/.gitignore | 1 + litemall-db/litemall-db.iml | 68 ---------------- litemall-os-api/.gitignore | 1 + litemall-os-api/litemall-os-api.iml | 82 ------------------- litemall-wx-api/.gitignore | 1 + litemall-wx-api/litemall-wx-api.iml | 99 ----------------------- litemall.iml | 14 ---- 10 files changed, 5 insertions(+), 345 deletions(-) delete mode 100644 litemall-admin-api/litemall-admin-api.iml delete mode 100644 litemall-db/litemall-db.iml delete mode 100644 litemall-os-api/litemall-os-api.iml delete mode 100644 litemall-wx-api/litemall-wx-api.iml delete mode 100644 litemall.iml diff --git a/.gitignore b/.gitignore index e58953b0..91ad4fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.idea/ /private/ /storage/ +/litemall.iml diff --git a/litemall-admin-api/.gitignore b/litemall-admin-api/.gitignore index ede42044..f7e9170c 100644 --- a/litemall-admin-api/.gitignore +++ b/litemall-admin-api/.gitignore @@ -1,2 +1,3 @@ /target/ +/litemall-admin-api.iml diff --git a/litemall-admin-api/litemall-admin-api.iml b/litemall-admin-api/litemall-admin-api.iml deleted file mode 100644 index 5f8f9651..00000000 --- a/litemall-admin-api/litemall-admin-api.iml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/litemall-db/.gitignore b/litemall-db/.gitignore index ede42044..1de76936 100644 --- a/litemall-db/.gitignore +++ b/litemall-db/.gitignore @@ -1,2 +1,3 @@ /target/ +/litemall-db.iml diff --git a/litemall-db/litemall-db.iml b/litemall-db/litemall-db.iml deleted file mode 100644 index 70b3340f..00000000 --- a/litemall-db/litemall-db.iml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/litemall-os-api/.gitignore b/litemall-os-api/.gitignore index ede42044..ee0b013a 100644 --- a/litemall-os-api/.gitignore +++ b/litemall-os-api/.gitignore @@ -1,2 +1,3 @@ /target/ +/litemall-os-api.iml diff --git a/litemall-os-api/litemall-os-api.iml b/litemall-os-api/litemall-os-api.iml deleted file mode 100644 index c7b68b5c..00000000 --- a/litemall-os-api/litemall-os-api.iml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/litemall-wx-api/.gitignore b/litemall-wx-api/.gitignore index ede42044..41db0155 100644 --- a/litemall-wx-api/.gitignore +++ b/litemall-wx-api/.gitignore @@ -1,2 +1,3 @@ /target/ +/litemall-wx-api.iml diff --git a/litemall-wx-api/litemall-wx-api.iml b/litemall-wx-api/litemall-wx-api.iml deleted file mode 100644 index 7b3ae11c..00000000 --- a/litemall-wx-api/litemall-wx-api.iml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/litemall.iml b/litemall.iml deleted file mode 100644 index 7fc4e7b3..00000000 --- a/litemall.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file