|
|
@@ -1,13 +1,107 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project version="4">
|
|
|
+ <component name="AutoImportSettings">
|
|
|
+ <option name="autoReloadType" value="SELECTIVE" />
|
|
|
+ </component>
|
|
|
+ <component name="ChangeListManager">
|
|
|
+ <list default="true" id="13677a44-a809-4923-8c11-1cbd6d3c8a96" name="更改" comment="">
|
|
|
+ <change afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/docker-compose.yaml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
+ </list>
|
|
|
+ <option name="SHOW_DIALOG" value="false" />
|
|
|
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
+ <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
+ </component>
|
|
|
+ <component name="FileTemplateManagerImpl">
|
|
|
+ <option name="RECENT_TEMPLATES">
|
|
|
+ <list>
|
|
|
+ <option value="Dockerfile" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="Git.Settings">
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
+ </component>
|
|
|
+ <component name="ProjectColorInfo"><![CDATA[{
|
|
|
+ "associatedIndex": 2
|
|
|
+}]]></component>
|
|
|
+ <component name="ProjectId" id="350W8yIPoCQFxfEBe0zZfa1syf0" />
|
|
|
+ <component name="ProjectLevelVcsManager">
|
|
|
+ <ConfirmationsSetting value="2" id="Add" />
|
|
|
+ </component>
|
|
|
<component name="ProjectViewState">
|
|
|
<option name="autoscrollFromSource" value="true" />
|
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
|
<option name="showLibraryContents" value="true" />
|
|
|
</component>
|
|
|
- <component name="PropertiesComponent">{
|
|
|
- "keyToString": {
|
|
|
- "settings.editor.selected.configurable": "preferences.pluginManager"
|
|
|
+ <component name="PropertiesComponent"><![CDATA[{
|
|
|
+ "keyToString": {
|
|
|
+ "ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
+ "RunOnceActivity.git.unshallow": "true",
|
|
|
+ "git-widget-placeholder": "main",
|
|
|
+ "last_opened_file_path": "/Users/jack/source/mySpace/mycode/my_project/py/wqb-server",
|
|
|
+ "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": "preferences.pluginManager",
|
|
|
+ "vue.rearranger.settings.migration": "true"
|
|
|
}
|
|
|
-}</component>
|
|
|
+}]]></component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="$PROJECT_DIR$" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
+ <component name="RunManager">
|
|
|
+ <configuration name="wqb-server" type="PythonConfigurationType" factoryName="Python">
|
|
|
+ <module name="wqb-server" />
|
|
|
+ <option name="ENV_FILES" value="" />
|
|
|
+ <option name="INTERPRETER_OPTIONS" value="" />
|
|
|
+ <option name="PARENT_ENVS" value="true" />
|
|
|
+ <envs>
|
|
|
+ <env name="PYTHONUNBUFFERED" value="1" />
|
|
|
+ </envs>
|
|
|
+ <option name="SDK_HOME" value="" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="" />
|
|
|
+ <option name="IS_MODULE_SDK" value="false" />
|
|
|
+ <option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
+ <option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
+ <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/app.py" />
|
|
|
+ <option name="PARAMETERS" value="" />
|
|
|
+ <option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
+ <option name="EMULATE_TERMINAL" value="false" />
|
|
|
+ <option name="MODULE_MODE" value="false" />
|
|
|
+ <option name="REDIRECT_INPUT" value="false" />
|
|
|
+ <option name="INPUT_FILE" value="" />
|
|
|
+ <method v="2" />
|
|
|
+ </configuration>
|
|
|
+ </component>
|
|
|
+ <component name="SharedIndexes">
|
|
|
+ <attachedChunks>
|
|
|
+ <set>
|
|
|
+ <option value="bundled-js-predefined-d6986cc7102b-b26f3e71634d-JavaScript-PY-251.26094.141" />
|
|
|
+ <option value="bundled-python-sdk-9f8e2b94138c-36ea0e71a18c-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-251.26094.141" />
|
|
|
+ </set>
|
|
|
+ </attachedChunks>
|
|
|
+ </component>
|
|
|
+ <component name="TaskManager">
|
|
|
+ <task active="true" id="Default" summary="默认任务">
|
|
|
+ <changelist id="13677a44-a809-4923-8c11-1cbd6d3c8a96" name="更改" comment="" />
|
|
|
+ <created>1762247313757</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1762247313757</updated>
|
|
|
+ <workItem from="1762247315308" duration="668000" />
|
|
|
+ </task>
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
+ <option name="version" value="3" />
|
|
|
+ </component>
|
|
|
</project>
|