workspace.xml 3.78 KB
Newer Older
dengjb's avatar
dengjb committed
1
2
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
dengjb's avatar
dengjb committed
3
4
5
  <component name="AutoImportSettings">
    <option name="autoReloadType" value="SELECTIVE" />
  </component>
dengjb's avatar
dengjb committed
6
  <component name="ChangeListManager">
dengjb's avatar
dengjb committed
7
8
9
10
11
12
    <list default="true" id="01d3e030-fd3e-4982-8660-10d478b2149f" name="Default Changelist" comment="fixed readme">
      <change afterPath="$PROJECT_DIR$/inference.py" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/requirement.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirement.txt" afterDir="false" />
    </list>
dengjb's avatar
dengjb committed
13
14
15
16
17
    <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>
dengjb's avatar
dengjb committed
18
19
20
21
22
23
24
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
        <option value="Python Script" />
      </list>
    </option>
  </component>
dengjb's avatar
dengjb committed
25
26
27
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  </component>
dengjb's avatar
dengjb committed
28
29
30
31
32
33
  <component name="MarkdownSettingsMigration">
    <option name="stateVersion" value="1" />
  </component>
  <component name="ProjectColorInfo">{
  &quot;associatedIndex&quot;: 3
}</component>
dengjb's avatar
dengjb committed
34
35
36
37
38
39
  <component name="ProjectId" id="2VHIjrdE8hMnatRuBCcXo98aok5" />
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
dengjb's avatar
dengjb committed
40
41
42
43
44
45
46
47
48
49
50
51
52
53
  <component name="PropertiesComponent">{
  &quot;keyToString&quot;: {
    &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
    &quot;git-widget-placeholder&quot;: &quot;Rebasing main&quot;,
    &quot;last_opened_file_path&quot;: &quot;D:/sugon/work_space/git/model_zoo&quot;,
    &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
    &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
    &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
    &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
    &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  }
}</component>
  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
dengjb's avatar
dengjb committed
54
55
56
57
58
59
60
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="01d3e030-fd3e-4982-8660-10d478b2149f" name="Default Changelist" comment="" />
      <created>1694486720086</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1694486720086</updated>
dengjb's avatar
dengjb committed
61
62
63
      <workItem from="1698909897462" duration="1290000" />
      <workItem from="1699238067729" duration="75000" />
      <workItem from="1700186034106" duration="5752000" />
dengjb's avatar
dengjb committed
64
65
66
    </task>
    <servers />
  </component>
dengjb's avatar
dengjb committed
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
  <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 />
          </value>
        </entry>
      </map>
    </option>
  </component>
  <component name="VcsManagerConfiguration">
    <MESSAGE value="fixed readme" />
    <option name="LAST_COMMIT_MESSAGE" value="fixed readme" />
  </component>
dengjb's avatar
dengjb committed
85
</project>