From 38b7c80217c4e72b1d8988eb1e60bb6e77334114 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:22 +0200 Subject: Adding upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- .../azure/azcollection/.idea/.gitignore | 8 ++ .../azure/azcollection/.idea/azcollection.iml | 12 ++ .../.idea/inspectionProfiles/profiles_settings.xml | 6 + .../azure/azcollection/.idea/misc.xml | 7 ++ .../azure/azcollection/.idea/modules.xml | 8 ++ .../azure/azcollection/.idea/vcs.xml | 6 + .../azure/azcollection/.idea/workspace.xml | 138 +++++++++++++++++++++ 7 files changed, 185 insertions(+) create mode 100644 ansible_collections/azure/azcollection/.idea/.gitignore create mode 100644 ansible_collections/azure/azcollection/.idea/azcollection.iml create mode 100644 ansible_collections/azure/azcollection/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 ansible_collections/azure/azcollection/.idea/misc.xml create mode 100644 ansible_collections/azure/azcollection/.idea/modules.xml create mode 100644 ansible_collections/azure/azcollection/.idea/vcs.xml create mode 100644 ansible_collections/azure/azcollection/.idea/workspace.xml (limited to 'ansible_collections/azure/azcollection/.idea') diff --git a/ansible_collections/azure/azcollection/.idea/.gitignore b/ansible_collections/azure/azcollection/.idea/.gitignore new file mode 100644 index 000000000..1c2fda565 --- /dev/null +++ b/ansible_collections/azure/azcollection/.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/ansible_collections/azure/azcollection/.idea/azcollection.iml b/ansible_collections/azure/azcollection/.idea/azcollection.iml new file mode 100644 index 000000000..6db416ffe --- /dev/null +++ b/ansible_collections/azure/azcollection/.idea/azcollection.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/ansible_collections/azure/azcollection/.idea/inspectionProfiles/profiles_settings.xml b/ansible_collections/azure/azcollection/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..105ce2da2 --- /dev/null +++ b/ansible_collections/azure/azcollection/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/ansible_collections/azure/azcollection/.idea/misc.xml b/ansible_collections/azure/azcollection/.idea/misc.xml new file mode 100644 index 000000000..ecadf7f30 --- /dev/null +++ b/ansible_collections/azure/azcollection/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/ansible_collections/azure/azcollection/.idea/modules.xml b/ansible_collections/azure/azcollection/.idea/modules.xml new file mode 100644 index 000000000..2701c413f --- /dev/null +++ b/ansible_collections/azure/azcollection/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/ansible_collections/azure/azcollection/.idea/vcs.xml b/ansible_collections/azure/azcollection/.idea/vcs.xml new file mode 100644 index 000000000..c8397c94c --- /dev/null +++ b/ansible_collections/azure/azcollection/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ansible_collections/azure/azcollection/.idea/workspace.xml b/ansible_collections/azure/azcollection/.idea/workspace.xml new file mode 100644 index 000000000..88ec9a9b1 --- /dev/null +++ b/ansible_collections/azure/azcollection/.idea/workspace.xml @@ -0,0 +1,138 @@ + + + + + + + + + + + + { + "associatedIndex": 3 +} + + + + { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "git-widget-placeholder": "f/msgraph__beta", + "last_opened_file_path": "//wsl$/Ubuntu-22.04/home/eric/workspace/ansible-workspace/azcollection", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable", + "vue.rearranger.settings.migration": "true" + } +} + + + + + 1693959760639 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3