From a1f0518d0cd123a791adde64f4f11bd8e44276c7 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 20 Oct 2025 00:26:34 +0200 Subject: Initial commit --- api/.idea/.idea.WhatApi/.idea/.gitignore | 13 +++++++++++++ api/.idea/.idea.WhatApi/.idea/dictionaries/project.xml | 7 +++++++ api/.idea/.idea.WhatApi/.idea/encodings.xml | 4 ++++ api/.idea/.idea.WhatApi/.idea/indexLayout.xml | 8 ++++++++ api/.idea/.idea.WhatApi/.idea/jsLibraryMappings.xml | 6 ++++++ 5 files changed, 38 insertions(+) create mode 100644 api/.idea/.idea.WhatApi/.idea/.gitignore create mode 100644 api/.idea/.idea.WhatApi/.idea/dictionaries/project.xml create mode 100644 api/.idea/.idea.WhatApi/.idea/encodings.xml create mode 100644 api/.idea/.idea.WhatApi/.idea/indexLayout.xml create mode 100644 api/.idea/.idea.WhatApi/.idea/jsLibraryMappings.xml (limited to 'api/.idea') diff --git a/api/.idea/.idea.WhatApi/.idea/.gitignore b/api/.idea/.idea.WhatApi/.idea/.gitignore new file mode 100644 index 0000000..a16c839 --- /dev/null +++ b/api/.idea/.idea.WhatApi/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/projectSettingsUpdater.xml +/contentModel.xml +/.idea.WhatApi.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/api/.idea/.idea.WhatApi/.idea/dictionaries/project.xml b/api/.idea/.idea.WhatApi/.idea/dictionaries/project.xml new file mode 100644 index 0000000..bc9adff --- /dev/null +++ b/api/.idea/.idea.WhatApi/.idea/dictionaries/project.xml @@ -0,0 +1,7 @@ + + + + postgis + + + \ No newline at end of file diff --git a/api/.idea/.idea.WhatApi/.idea/encodings.xml b/api/.idea/.idea.WhatApi/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/api/.idea/.idea.WhatApi/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/api/.idea/.idea.WhatApi/.idea/indexLayout.xml b/api/.idea/.idea.WhatApi/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/api/.idea/.idea.WhatApi/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/api/.idea/.idea.WhatApi/.idea/jsLibraryMappings.xml b/api/.idea/.idea.WhatApi/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..5bb18c4 --- /dev/null +++ b/api/.idea/.idea.WhatApi/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.3