From 854b5bb983482440a711027e943a7405a54a5645 Mon Sep 17 00:00:00 2001 From: archi123archi <140981550+archi123archi@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:04:10 +0200 Subject: [PATCH 1/2] Create devcontainer.json --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..ad93c14 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} From 4eedc3004a73fa86136984c3650316c217a253c3 Mon Sep 17 00:00:00 2001 From: archi123archi Date: Mon, 9 Oct 2023 00:44:05 +0200 Subject: [PATCH 2/2] q --- .idea/.gitignore | 0 .idea/ChatGPT-ProBot.iml | 9 ++++ .idea/inspectionProfiles/Project_Default.xml | 6 +++ .idea/misc.xml | 6 +++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 52 ++++++++++++++++++++ 7 files changed, 87 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/ChatGPT-ProBot.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.idea/ChatGPT-ProBot.iml b/.idea/ChatGPT-ProBot.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/ChatGPT-ProBot.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ 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/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /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..cf5e6d3 --- /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..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..d276705 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,52 @@ + + + + + + + + + + { + "customColor": "", + "associatedIndex": -1 +} + + + + { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "git-widget-placeholder": "gptpro", + "nodejs_package_manager_path": "pnpm", + "vue.rearranger.settings.migration": "true" + } +} + + + + + 1696586330701 + + + + + + \ No newline at end of file