diff options
| author | ivar <i@oiee.no> | 2025-10-20 00:26:34 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-20 00:26:34 +0200 |
| commit | a1f0518d0cd123a791adde64f4f11bd8e44276c7 (patch) | |
| tree | 675a7dff8262eea877ec800ff1efe9b92f5d7e7d /api/.idea/.idea.WhatApi | |
| download | what-a1f0518d0cd123a791adde64f4f11bd8e44276c7.tar.xz what-a1f0518d0cd123a791adde64f4f11bd8e44276c7.zip | |
Initial commit
Diffstat (limited to 'api/.idea/.idea.WhatApi')
| -rw-r--r-- | api/.idea/.idea.WhatApi/.idea/.gitignore | 13 | ||||
| -rw-r--r-- | api/.idea/.idea.WhatApi/.idea/dictionaries/project.xml | 7 | ||||
| -rw-r--r-- | api/.idea/.idea.WhatApi/.idea/encodings.xml | 4 | ||||
| -rw-r--r-- | api/.idea/.idea.WhatApi/.idea/indexLayout.xml | 8 | ||||
| -rw-r--r-- | api/.idea/.idea.WhatApi/.idea/jsLibraryMappings.xml | 6 |
5 files changed, 38 insertions, 0 deletions
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 @@ +<component name="ProjectDictionaryState"> + <dictionary name="project"> + <words> + <w>postgis</w> + </words> + </dictionary> +</component>
\ 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" /> +</project>
\ 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="UserContentModel"> + <attachedFolders /> + <explicitIncludes /> + <explicitExcludes /> + </component> +</project>
\ 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="JavaScriptLibraryMappings"> + <file url="PROJECT" libraries="{maplibre-gl}" /> + </component> +</project>
\ No newline at end of file |
