From 52d6771a54f20c613076c726f6f23d248e1d2d24 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Thu, 24 Feb 2022 10:04:35 +0100 Subject: [PATCH] stuff --- .DS_Store | Bin 0 -> 6148 bytes .idea/.gitignore | 8 ++++++++ .idea/Diaeko.iml | 12 ++++++++++++ .idea/encodings.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ 7 files changed, 44 insertions(+) create mode 100644 .DS_Store create mode 100644 .idea/.gitignore create mode 100644 .idea/Diaeko.iml create mode 100644 .idea/encodings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..fed805264bdf71e88ef398ce51d004a1baeaa0bf GIT binary patch literal 6148 zcmeHKyH3ME5S)b+k!VsO%KL@n3yvu1k@5pP0uqvgC1RRX?)YtHA3!39f`%gOO1tA* z@7&o_c)b8*{?|^hVtaJBL4!MVcp6k6Pbl{iJ3QhA&*Xjc zTfAa}Yvwj+vBiot9j5E;Lv!D@jc)fF;%uLI{8=)a3Zw$5Kq`<5{09Ztv(?5Iju}&d zR3H`jQb4~Cg|1iwdq?|pFxUt{95HRiYnvsAMH9pt*gG;q6Q>fLDluY+)0r<(R|9)T zr$g*y?h_|VOekWfGheJ6QXMm<0;#~E0_VP*X#Zc*f0+LdNx4b|Qh}3FKt_wzV$N5J z-a2?W?X`t|OaC<1S~-KYVxqNTF0>V2?bQ{%=KUJjI~tvNqZ9K-Ky^t=1^z;T50FwN AtpET3 literal 0 HcmV?d00001 diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/Diaeko.iml b/.idea/Diaeko.iml new file mode 100644 index 0000000..2ddb3b8 --- /dev/null +++ b/.idea/Diaeko.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..95cc05d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..b07a1d6 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file 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