From e12a8e4f9489d8541cb869fc7830410ae5834c86 Mon Sep 17 00:00:00 2001 From: Yulong Wang <wangy567@cardiff.ac.uk> Date: Thu, 10 Oct 2024 11:54:04 +0000 Subject: [PATCH] Delete workspace.xml --- .idea/workspace.xml | 146 -------------------------------------------- 1 file changed, 146 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 67300cd..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,146 +0,0 @@ -<?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="5d66d739-0810-4bfa-9039-29f5df43a961" name="更改" comment="111"> - <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="HTML File" /> - <option value="CSS File" /> - </list> - </option> - </component> - <component name="Git.Settings"> - <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> - <option name="ROOT_SYNC" value="DONT_SYNC" /> - </component> - <component name="GitLabMergeRequestFiltersHistory"><![CDATA[{ - "history": [ - { - "state": "MERGED", - "assignee": { - "type": "org.jetbrains.plugins.gitlab.mergerequest.ui.filters.GitLabMergeRequestsFiltersValue.MergeRequestsMemberFilterValue.MergeRequestsAssigneeFilterValue", - "username": "c24058946", - "fullname": "Zhicheng Xu" - } - } - ], - "lastFilter": { - "state": "MERGED", - "assignee": { - "type": "org.jetbrains.plugins.gitlab.mergerequest.ui.filters.GitLabMergeRequestsFiltersValue.MergeRequestsMemberFilterValue.MergeRequestsAssigneeFilterValue", - "username": "c24058946", - "fullname": "Zhicheng Xu" - } - } -}]]></component> - <component name="GitLabMergeRequestsSettings"><![CDATA[{ - "selectedUrlAndAccountId": { - "first": "https://git.cardiff.ac.uk/c23096663/myteam.git", - "second": "e7ab46ee-4d9f-4595-99aa-40fd7f0f73ea" - } -}]]></component> - <component name="HighlightingSettingsPerFile"> - <setting file="file://$PROJECT_DIR$/taobao.css" root0="SKIP_INSPECTION" /> - </component> - <component name="ProblemsViewState"> - <option name="selectedTabId" value="QODANA_PROBLEMS_VIEW_TAB" /> - </component> - <component name="ProjectColorInfo">{ - "customColor": "", - "associatedIndex": 2 -}</component> - <component name="ProjectId" id="2n9vFIcqLQEzYXTxQpXrDWmYddj" /> - <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> - <component name="ProjectViewState"> - <option name="hideEmptyMiddlePackages" value="true" /> - <option name="showLibraryContents" value="true" /> - </component> - <component name="PropertiesComponent"><![CDATA[{ - "keyToString": { - "DefaultHtmlFileTemplate": "HTML File", - "JavaScript 调试.member home page.html.executor": "Run", - "JavaScript 调试.taobao.html.executor": "Run", - "RunOnceActivity.ShowReadmeOnStart": "true", - "git-widget-placeholder": "master", - "last_opened_file_path": "D:/webcodegit", - "list.type.of.created.stylesheet": "CSS", - "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": "vcs.Git", - "vue.rearranger.settings.migration": "true" - } -}]]></component> - <component name="SharedIndexes"> - <attachedChunks> - <set> - <option value="bundled-js-predefined-d6986cc7102b-5c90d61e3bab-JavaScript-WS-242.23339.15" /> - </set> - </attachedChunks> - </component> - <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程åºçº§" UseSingleDictionary="true" transferred="true" /> - <component name="TaskManager"> - <task active="true" id="Default" summary="默认任务"> - <changelist id="5d66d739-0810-4bfa-9039-29f5df43a961" name="更改" comment="" /> - <created>1728398002254</created> - <option name="number" value="Default" /> - <option name="presentableId" value="Default" /> - <updated>1728398002254</updated> - <workItem from="1728398003914" duration="4894000" /> - <workItem from="1728550406289" duration="9937000" /> - </task> - <task id="LOCAL-00001" summary="111"> - <option name="closed" value="true" /> - <created>1728559850168</created> - <option name="number" value="00001" /> - <option name="presentableId" value="LOCAL-00001" /> - <option name="project" value="LOCAL" /> - <updated>1728559850168</updated> - </task> - <option name="localTasksCounter" value="2" /> - <servers /> - </component> - <component name="TypeScriptGeneratedFilesManager"> - <option name="version" value="3" /> - </component> - <component name="Vcs.Log.Tabs.Properties"> - <option name="TAB_STATES"> - <map> - <entry key="MAIN"> - <value> - <State> - <option name="FILTERS"> - <map> - <entry key="branch"> - <value> - <list> - <option value="origin/main" /> - </list> - </value> - </entry> - </map> - </option> - </State> - </value> - </entry> - </map> - </option> - </component> - <component name="VcsManagerConfiguration"> - <MESSAGE value="111" /> - <option name="LAST_COMMIT_MESSAGE" value="111" /> - </component> -</project> \ No newline at end of file -- GitLab