From 5e2fcdb2e6f2c7cb58cb195ed35e29daa0b3c394 Mon Sep 17 00:00:00 2001 From: Speedy Gonzalez Date: Fri, 19 Nov 2021 10:51:45 +0100 Subject: [PATCH] Added unversioned files. --- .idea/.gitignore | 3 +++ .idea/libraries/lib.xml | 10 ++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/runConfigurations.xml | 10 ++++++++++ .idea/vcs.xml | 6 ++++++ gruppe06-hufflepuff-projekt3-catan.iml | 13 +++++++++++++ 7 files changed, 56 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/libraries/lib.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/runConfigurations.xml create mode 100644 .idea/vcs.xml create mode 100644 gruppe06-hufflepuff-projekt3-catan.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml new file mode 100644 index 0000000..af78b50 --- /dev/null +++ b/.idea/libraries/lib.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..dda7141 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1f55f5d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ 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 diff --git a/gruppe06-hufflepuff-projekt3-catan.iml b/gruppe06-hufflepuff-projekt3-catan.iml new file mode 100644 index 0000000..2e47cbd --- /dev/null +++ b/gruppe06-hufflepuff-projekt3-catan.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file