From cfeb5e7de2335b40f3ffc7c40193e3db9524c537 Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Sat, 7 Oct 2023 10:22:13 +0300 Subject: [PATCH] add: platform alpha version --- .DS_Store | Bin 0 -> 6148 bytes .idea/.gitignore | 5 +++++ .idea/discord.xml | 7 +++++++ .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/kempt-kinkajou.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ weather-platform | 1 + 8 files changed, 46 insertions(+) create mode 100644 .DS_Store create mode 100644 .idea/.gitignore create mode 100644 .idea/discord.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/kempt-kinkajou.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 160000 weather-platform diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..3e85d8c0e4676b588bf6c867e383605b9109d084 GIT binary patch literal 6148 zcmeHKPfrs;6n_K7c0pu;R)J{J*oz5&goGLrW2gnA#2Anggdo=4c3Kv;GtKUn3WTI* zJ^2Cr0G_;>c=71Pt2g6E(5okX^QS`P{TZ{EE3ChxbqGdlo4vbEwAfC&IG zYyuygt zLy9b-3;i4@0tKth^F^EI02E*kZ1nUnvxU8gVlWQAL?1YKtvTR!TMiTIVkHP*OXeAe zD!6i7646j;i+}T{@pj#>>fP$CU3DEln4J7XIyxg==b}*~+7sQ(ZSi_8u!5SOwY&{6 zTH)Nao4RGMI<%fQ<8zz^mcytg1Dqm7m&cDBR^;_8ud$*pV{>Z4Fk(jD96C6dN>7a? z(>KzGW66V=>1ou{Glz#pERni?b2-1`Rv3RSc?W{KtCU`iO%S}F$&*vq)pe4O%{srB zrmi$*boZR^z0ha&4-EFl`xA+amxdCX8s(AV>3pI`8}>n?HM z2^`MWAN$DvLO?4Eti*A}UF3eTDyIBZ>iLMLV%F9z&$C#WX7@H-%ckxk%km)L72zqe z6*yb+sK~VDpe|}j&3;qtrZV@N$~C2!kWvajDzp7w>alp!q>-#J&ZuFeGE3SLgHe3B zAHXW?z&^Z$SMVC%!3X#ZU*S86l3{X{jFM?`i_DUHEbMsj&NuRB!iW6sT65CU3LWEyK op$x%JAIDM=NAVCgDL9uD3SvfMLm^sF!XE)iL)e83{8a{i0&3I_(f|Me literal 0 HcmV?d00001 diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100644 index 0000000..30bab2a --- /dev/null +++ b/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/kempt-kinkajou.iml b/.idea/kempt-kinkajou.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/kempt-kinkajou.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7ec6a29 --- /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..83a2956 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/weather-platform b/weather-platform new file mode 160000 index 0000000..4f8ed19 --- /dev/null +++ b/weather-platform @@ -0,0 +1 @@ +Subproject commit 4f8ed19d5fd78029f3513a15381dbb8ab047f732