From a5a5b7e75ce4ef4892a88795443691c4290f53f6 Mon Sep 17 00:00:00 2001 From: starrier Date: Thu, 7 Jan 2021 15:20:16 +0800 Subject: [PATCH 1/3] delete .iml files --- .../imperator-content-entity.iml | 24 - imperator-content.iml | 12 - imperator-contents/imperator-contents.iml | 432 ------------------ 3 files changed, 468 deletions(-) delete mode 100644 imperator-content-entity/imperator-content-entity.iml delete mode 100644 imperator-content.iml delete mode 100644 imperator-contents/imperator-contents.iml diff --git a/imperator-content-entity/imperator-content-entity.iml b/imperator-content-entity/imperator-content-entity.iml deleted file mode 100644 index d99c5b7..0000000 --- a/imperator-content-entity/imperator-content-entity.iml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/imperator-content.iml b/imperator-content.iml deleted file mode 100644 index f409c0e..0000000 --- a/imperator-content.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/imperator-contents/imperator-contents.iml b/imperator-contents/imperator-contents.iml deleted file mode 100644 index 62c4919..0000000 --- a/imperator-contents/imperator-contents.iml +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From f71ef508e3f865b224bfef2d94e42c245b1f683a Mon Sep 17 00:00:00 2001 From: starrier Date: Thu, 7 Jan 2021 15:21:19 +0800 Subject: [PATCH 2/3] add gitignore file --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index fe57bc2..25e319f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,8 @@ buildNumber.properties .mvn/wrapper/maven-wrapper.jar .idea/ +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr From 686da589ebc66d3ec63438ecef5684f9a9042fcc Mon Sep 17 00:00:00 2001 From: starrier Date: Thu, 7 Jan 2021 15:23:42 +0800 Subject: [PATCH 3/3] upgrade .gitignore files --- imperator-content-entity/.gitignore | 4 ++++ imperator-contents/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/imperator-content-entity/.gitignore b/imperator-content-entity/.gitignore index 774fc74..d55b628 100644 --- a/imperator-content-entity/.gitignore +++ b/imperator-content-entity/.gitignore @@ -13,3 +13,7 @@ buildNumber.properties # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) !/.mvn/wrapper/maven-wrapper.jar +### IntelliJ IDEA ### +*.iws +*.iml +*.ipr diff --git a/imperator-contents/.gitignore b/imperator-contents/.gitignore index 774fc74..2d20175 100644 --- a/imperator-contents/.gitignore +++ b/imperator-contents/.gitignore @@ -13,3 +13,7 @@ buildNumber.properties # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) !/.mvn/wrapper/maven-wrapper.jar +### IntelliJ IDEA ### +*.iws +*.iml +*.ipr \ No newline at end of file