From dc6c8b642c9a25428edc07b8f110ba700ac0b1d0 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Tue, 30 Apr 2024 15:49:54 +0200 Subject: [PATCH] initial commit --- .idea/.gitignore | 8 ++++++++ .idea/codeStyles/Project.xml | 7 +++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/libraries/io_methvin_directory_watcher.xml | 12 ++++++++++++ .idea/libraries/lihaoyi_upickle_2_13.xml | 16 ++++++++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ Lab18.iml | 14 ++++++++++++++ 9 files changed, 83 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/libraries/io_methvin_directory_watcher.xml create mode 100644 .idea/libraries/lihaoyi_upickle_2_13.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 Lab18.iml 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/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..919ce1f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/libraries/io_methvin_directory_watcher.xml b/.idea/libraries/io_methvin_directory_watcher.xml new file mode 100644 index 0000000..b316dda --- /dev/null +++ b/.idea/libraries/io_methvin_directory_watcher.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/lihaoyi_upickle_2_13.xml b/.idea/libraries/lihaoyi_upickle_2_13.xml new file mode 100644 index 0000000..aa80113 --- /dev/null +++ b/.idea/libraries/lihaoyi_upickle_2_13.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..07115cd --- /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..6ba247f --- /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..8306744 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Lab18.iml b/Lab18.iml new file mode 100644 index 0000000..1f50b08 --- /dev/null +++ b/Lab18.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file