From 25ddbce8b0de4fe69ef94ac7cd795cccf21d767a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 16 Aug 2023 15:45:05 +0200 Subject: [PATCH] wip #6095 --- .idea/deployment.xml | 422 +++++++++++++++++++++++++++++++ .idea/fluidbook-toolbox-quiz.iml | 9 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + 4 files changed, 445 insertions(+) create mode 100644 .idea/deployment.xml create mode 100644 .idea/fluidbook-toolbox-quiz.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..4cff5f5 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,422 @@ + + + + + \ No newline at end of file diff --git a/.idea/fluidbook-toolbox-quiz.iml b/.idea/fluidbook-toolbox-quiz.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/fluidbook-toolbox-quiz.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b99c284 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- 2.39.5