From 994fed137781eef7da7d3e0d0cc185872143c7c2 Mon Sep 17 00:00:00 2001 From: Gregorio Date: Fri, 15 Mar 2019 11:12:56 +0100 Subject: [PATCH 1/4] change number of examples on homepage issue #30 --- .idea/codeStyles/codeStyleConfig.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..b9d18bf --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file From 7b45429d14ea5d76bfc49c3edb3e21e1ed769e48 Mon Sep 17 00:00:00 2001 From: Gregorio Date: Fri, 15 Mar 2019 11:14:14 +0100 Subject: [PATCH 2/4] change number of examples on homepage issue #30 --- .idea/modules/com.teamtreehouse.flashy.iml | 13 +++ .../modules/com.teamtreehouse.flashy.main.iml | 79 ++++++++++++++++++ .../modules/com.teamtreehouse.flashy.test.iml | 83 +++++++++++++++++++ 3 files changed, 175 insertions(+) create mode 100644 .idea/modules/com.teamtreehouse.flashy.iml create mode 100644 .idea/modules/com.teamtreehouse.flashy.main.iml create mode 100644 .idea/modules/com.teamtreehouse.flashy.test.iml diff --git a/.idea/modules/com.teamtreehouse.flashy.iml b/.idea/modules/com.teamtreehouse.flashy.iml new file mode 100644 index 0000000..91b9bed --- /dev/null +++ b/.idea/modules/com.teamtreehouse.flashy.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/com.teamtreehouse.flashy.main.iml b/.idea/modules/com.teamtreehouse.flashy.main.iml new file mode 100644 index 0000000..44c5005 --- /dev/null +++ b/.idea/modules/com.teamtreehouse.flashy.main.iml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/com.teamtreehouse.flashy.test.iml b/.idea/modules/com.teamtreehouse.flashy.test.iml new file mode 100644 index 0000000..b40e237 --- /dev/null +++ b/.idea/modules/com.teamtreehouse.flashy.test.iml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From e0eb913dbbc7f85d61d0b4fd9a0391e6b256f99d Mon Sep 17 00:00:00 2001 From: Gregorio Date: Fri, 15 Mar 2019 11:15:44 +0100 Subject: [PATCH 3/4] Change number of examples on homepage #30 --- .idea/compiler.xml | 9 +- .idea/misc.xml | 15 +--- .idea/modules.xml | 6 +- .idea/modules/flashy.iml | 12 --- .idea/modules/flashy_main.iml | 79 ------------------ .idea/modules/flashy_test.iml | 83 ------------------- .../flashy/controllers/IndexController.java | 5 +- 7 files changed, 9 insertions(+), 200 deletions(-) delete mode 100644 .idea/modules/flashy.iml delete mode 100644 .idea/modules/flashy_main.iml delete mode 100644 .idea/modules/flashy_test.iml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index c6a834d..6116051 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,8 +1,6 @@ -