workspace.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="BranchesTreeState">
  7. <expand>
  8. <path>
  9. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  10. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. </path>
  12. <path>
  13. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  14. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. </path>
  16. <path>
  17. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  18. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  19. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  20. </path>
  21. </expand>
  22. <select />
  23. </component>
  24. <component name="ChangeListManager">
  25. <list default="true" id="bb1f3005-ed34-4ee2-944a-e491e8603e31" name="Default Changelist" comment="docker">
  26. <change beforePath="$PROJECT_DIR$/views/about.jade" beforeDir="false" afterPath="$PROJECT_DIR$/views/about.jade" afterDir="false" />
  27. </list>
  28. <option name="SHOW_DIALOG" value="false" />
  29. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  30. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  31. <option name="LAST_RESOLUTION" value="IGNORE" />
  32. </component>
  33. <component name="Git.Settings">
  34. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  35. </component>
  36. <component name="JsFlowSettings">
  37. <service-enabled>true</service-enabled>
  38. <exe-path />
  39. <other-services-enabled>true</other-services-enabled>
  40. <auto-save>true</auto-save>
  41. </component>
  42. <component name="ProjectId" id="1klqEQgdXoBaRflyIEIDkMMh3cj" />
  43. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  44. <component name="ProjectViewState">
  45. <option name="hideEmptyMiddlePackages" value="true" />
  46. <option name="showLibraryContents" value="true" />
  47. </component>
  48. <component name="PropertiesComponent">
  49. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  50. <property name="WebServerToolWindowFactoryState" value="false" />
  51. <property name="javascript.nodejs.core.library.configured.version" value="10.19.0" />
  52. <property name="javascript.nodejs.core.library.typings.version" value="10.17.47" />
  53. <property name="js.buildTools.grunt.grunt-cli.package" value="$PROJECT_DIR$/node_modules/grunt" />
  54. <property name="last_opened_file_path" value="/usr/local/bin/cnpm" />
  55. <property name="nodejs_interpreter_path" value="node" />
  56. <property name="nodejs_package_manager_path" value="npm" />
  57. <property name="settings.editor.selected.configurable" value="DockerRegistry" />
  58. <property name="vue.rearranger.settings.migration" value="true" />
  59. </component>
  60. <component name="RunManager" selected="Grunt.js.uglify">
  61. <configuration default="true" type="js.build_tools.grunt">
  62. <node-interpreter value="node" />
  63. <envs />
  64. <method v="2" />
  65. </configuration>
  66. <configuration name="uglify" type="js.build_tools.grunt" temporary="true">
  67. <node-interpreter value="project" />
  68. <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
  69. <tasks>
  70. <task value="uglify" />
  71. </tasks>
  72. <envs />
  73. <method v="2" />
  74. </configuration>
  75. <configuration name="uglify:my_client" type="js.build_tools.grunt" temporary="true">
  76. <node-interpreter value="project" />
  77. <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
  78. <tasks>
  79. <task value="uglify:my_client" />
  80. </tasks>
  81. <envs />
  82. <method v="2" />
  83. </configuration>
  84. <configuration name="uglify:my_server" type="js.build_tools.grunt" temporary="true">
  85. <node-interpreter value="project" />
  86. <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
  87. <tasks>
  88. <task value="uglify:my_server" />
  89. </tasks>
  90. <envs />
  91. <method v="2" />
  92. </configuration>
  93. <configuration name="my-install" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
  94. <package-json value="$PROJECT_DIR$/package.json" />
  95. <command value="run" />
  96. <scripts>
  97. <script value="my-install" />
  98. </scripts>
  99. <node-interpreter value="project" />
  100. <envs />
  101. <method v="2" />
  102. </configuration>
  103. <configuration name="my-start" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
  104. <package-json value="$PROJECT_DIR$/package.json" />
  105. <command value="run" />
  106. <scripts>
  107. <script value="my-start" />
  108. </scripts>
  109. <node-interpreter value="project" />
  110. <envs />
  111. <method v="2" />
  112. </configuration>
  113. <recent_temporary>
  114. <list>
  115. <item itemvalue="npm.my-start" />
  116. <item itemvalue="npm.my-install" />
  117. <item itemvalue="Grunt.js.uglify:my_server" />
  118. <item itemvalue="Grunt.js.uglify:my_client" />
  119. <item itemvalue="Grunt.js.uglify" />
  120. </list>
  121. </recent_temporary>
  122. </component>
  123. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  124. <component name="TaskManager">
  125. <task active="true" id="Default" summary="Default task">
  126. <changelist id="bb1f3005-ed34-4ee2-944a-e491e8603e31" name="Default Changelist" comment="" />
  127. <created>1606285414489</created>
  128. <option name="number" value="Default" />
  129. <option name="presentableId" value="Default" />
  130. <updated>1606285414489</updated>
  131. <workItem from="1606285415701" duration="1285000" />
  132. <workItem from="1606286707373" duration="228000" />
  133. <workItem from="1606287158287" duration="4533000" />
  134. <workItem from="1606291700375" duration="9663000" />
  135. </task>
  136. <task id="LOCAL-00001" summary="docker">
  137. <created>1606299579543</created>
  138. <option name="number" value="00001" />
  139. <option name="presentableId" value="LOCAL-00001" />
  140. <option name="project" value="LOCAL" />
  141. <updated>1606299579543</updated>
  142. </task>
  143. <task id="LOCAL-00002" summary="docker">
  144. <created>1606308178115</created>
  145. <option name="number" value="00002" />
  146. <option name="presentableId" value="LOCAL-00002" />
  147. <option name="project" value="LOCAL" />
  148. <updated>1606308178115</updated>
  149. </task>
  150. <task id="LOCAL-00003" summary="docker">
  151. <created>1606308312624</created>
  152. <option name="number" value="00003" />
  153. <option name="presentableId" value="LOCAL-00003" />
  154. <option name="project" value="LOCAL" />
  155. <updated>1606308312624</updated>
  156. </task>
  157. <option name="localTasksCounter" value="4" />
  158. <servers />
  159. </component>
  160. <component name="TypeScriptGeneratedFilesManager">
  161. <option name="version" value="3" />
  162. </component>
  163. <component name="Vcs.Log.Tabs.Properties">
  164. <option name="TAB_STATES">
  165. <map>
  166. <entry key="MAIN">
  167. <value>
  168. <State />
  169. </value>
  170. </entry>
  171. </map>
  172. </option>
  173. </component>
  174. <component name="VcsManagerConfiguration">
  175. <MESSAGE value="docker" />
  176. <option name="LAST_COMMIT_MESSAGE" value="docker" />
  177. </component>
  178. <component name="WindowStateProjectService">
  179. <state x="2536" y="290" width="373" height="384" key="#Docker_Registry" timestamp="1606303136078">
  180. <screen x="1920" y="0" width="1920" height="1080" />
  181. </state>
  182. <state x="2536" y="290" width="373" height="384" key="#Docker_Registry/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606303136078" />
  183. <state x="2581" y="332" width="594" height="414" key="#Notifications" timestamp="1606286735077">
  184. <screen x="1920" y="0" width="1920" height="1080" />
  185. </state>
  186. <state x="2581" y="332" width="594" height="414" key="#Notifications/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606286735077" />
  187. <state x="2673" y="356" width="653" height="225" key="#Push_Image" timestamp="1606305105344">
  188. <screen x="1920" y="0" width="1920" height="1080" />
  189. </state>
  190. <state x="2673" y="356" width="653" height="225" key="#Push_Image/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606305105344" />
  191. <state x="2783" y="223" width="651" height="462" key="#Vim_Emulation" timestamp="1606286779049">
  192. <screen x="1920" y="0" width="1920" height="1080" />
  193. </state>
  194. <state x="2783" y="223" width="651" height="462" key="#Vim_Emulation/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606286779049" />
  195. <state x="2665" y="268" width="424" height="530" key="FileChooserDialogImpl" timestamp="1606286670214">
  196. <screen x="1920" y="0" width="1920" height="1080" />
  197. </state>
  198. <state x="2665" y="268" width="424" height="530" key="FileChooserDialogImpl/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606286670214" />
  199. <state width="1893" height="261" key="GridCell.Tab.0.bottom" timestamp="1606289598975">
  200. <screen x="1920" y="0" width="1920" height="1080" />
  201. </state>
  202. <state width="1893" height="261" key="GridCell.Tab.0.bottom/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606289598975" />
  203. <state width="1893" height="261" key="GridCell.Tab.0.center" timestamp="1606289598974">
  204. <screen x="1920" y="0" width="1920" height="1080" />
  205. </state>
  206. <state width="1893" height="261" key="GridCell.Tab.0.center/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606289598974" />
  207. <state width="1893" height="261" key="GridCell.Tab.0.left" timestamp="1606289598974">
  208. <screen x="1920" y="0" width="1920" height="1080" />
  209. </state>
  210. <state width="1893" height="261" key="GridCell.Tab.0.left/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606289598974" />
  211. <state width="1893" height="261" key="GridCell.Tab.0.right" timestamp="1606289598975">
  212. <screen x="1920" y="0" width="1920" height="1080" />
  213. </state>
  214. <state width="1893" height="261" key="GridCell.Tab.0.right/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606289598975" />
  215. <state x="2364" y="58" width="1031" height="742" key="SettingsEditor" timestamp="1606304990667">
  216. <screen x="1920" y="0" width="1920" height="1080" />
  217. </state>
  218. <state x="2364" y="58" width="1031" height="742" key="SettingsEditor/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606304990667" />
  219. <state x="2478" y="247" width="800" height="543" key="Vcs.Push.Dialog.v2" timestamp="1606308314618">
  220. <screen x="1920" y="0" width="1920" height="1080" />
  221. </state>
  222. <state x="2478" y="247" width="800" height="543" key="Vcs.Push.Dialog.v2/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606308314618" />
  223. <state x="2020" y="80" width="1720" height="890" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1606288165284">
  224. <screen x="1920" y="0" width="1920" height="1080" />
  225. </state>
  226. <state x="2020" y="80" width="1720" height="890" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606288165284" />
  227. <state x="3194" y="278" width="389" height="670" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1606297900783">
  228. <screen x="1920" y="0" width="1920" height="1080" />
  229. </state>
  230. <state x="3194" y="278" width="389" height="670" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606297900783" />
  231. <state x="3072" y="138" width="638" height="942" key="find.popup" timestamp="1606308337886">
  232. <screen x="1920" y="0" width="1920" height="1080" />
  233. </state>
  234. <state x="3072" y="138" width="638" height="942" key="find.popup/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606308337886" />
  235. <state x="2602" y="338" width="550" height="389" key="jetbrains.nodejs.interpreters-dialog" timestamp="1606286671344">
  236. <screen x="1920" y="0" width="1920" height="1080" />
  237. </state>
  238. <state x="2602" y="338" width="550" height="389" key="jetbrains.nodejs.interpreters-dialog/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606286671344" />
  239. <state x="2543" y="231" width="672" height="678" key="search.everywhere.popup" timestamp="1606288063153">
  240. <screen x="1920" y="0" width="1920" height="1080" />
  241. </state>
  242. <state x="2543" y="231" width="672" height="678" key="search.everywhere.popup/0.27.1920.1004/1920.0.1920.1080@1920.0.1920.1080" timestamp="1606288063153" />
  243. </component>
  244. </project>