From f18fab2d67fcb77e1c207cf0e17406f24d3c14f4 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 8 Apr 2019 01:45:32 -0700 Subject: [PATCH] Misc IDEA files updates. --- .gitignore | 1 + .idea/inspectionProfiles/Project_Default.xml | 36 ++++ .idea/modules/mobibot.iml | 28 +-- .idea/vcs.xml | 6 + mobibot.ipr | 201 ++++++++++++++---- .../net/thauvin/erik/mobibot/ReleaseInfo.java | 83 +------- 6 files changed, 231 insertions(+), 124 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 0d7f483..51bd2bf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .classpath .DS_Store .gradle +.history .kobalt .nb-gradle .project diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..838047c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/modules/mobibot.iml b/.idea/modules/mobibot.iml index 5aebc5c..9fd394e 100644 --- a/.idea/modules/mobibot.iml +++ b/.idea/modules/mobibot.iml @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + @@ -18,38 +19,39 @@ - - - + + + - - + + + - - - + + + - + - - + + - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/mobibot.ipr b/mobibot.ipr index 6f63ba0..2bb2f68 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -160,7 +160,7 @@