workspace.xml
XML 1.0 document, ASCII text
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="ChangeListManager"> 7<list default="true" id="411335b4-e813-41ad-9046-18b77b97ee46" name="Changes" comment="Endpoint management"> 8<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> 9<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" /> 10<change beforePath="$PROJECT_DIR$/static/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/static/style.css" afterDir="false" /> 11<change beforePath="$PROJECT_DIR$/templates/app-editor.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/app-editor.html" afterDir="false" /> 12<change beforePath="$PROJECT_DIR$/templates/app.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/app.html" afterDir="false" /> 13</list> 14<option name="SHOW_DIALOG" value="false" /> 15<option name="HIGHLIGHT_CONFLICTS" value="true" /> 16<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> 17<option name="LAST_RESOLUTION" value="IGNORE" /> 18</component> 19<component name="FileTemplateManagerImpl"> 20<option name="RECENT_TEMPLATES"> 21<list> 22<option value="Python Script" /> 23<option value="HTML File" /> 24</list> 25</option> 26</component> 27<component name="Git.Settings"> 28<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> 29</component> 30<component name="ProjectColorInfo">{ 31"associatedIndex": 0 32}</component> 33<component name="ProjectId" id="2egQZdjOiJJhUUVwdbuhvEipspF" /> 34<component name="ProjectLevelVcsManager" settingsEditedManually="true" /> 35<component name="ProjectViewState"> 36<option name="hideEmptyMiddlePackages" value="true" /> 37<option name="showLibraryContents" value="true" /> 38</component> 39<component name="PropertiesComponent"><![CDATA[{ 40"keyToString": { 41"DefaultHtmlFileTemplate": "HTML File", 42"RunOnceActivity.OpenProjectViewOnStart": "true", 43"RunOnceActivity.ShowReadmeOnStart": "true", 44"git-widget-placeholder": "main", 45"last_opened_file_path": "/home/vlad/PycharmProjects/itec24/static", 46"settings.editor.selected.configurable": "preferences.pluginManager" 47} 48}]]></component> 49<component name="RecentsManager"> 50<key name="CopyFile.RECENT_KEYS"> 51<recent name="$PROJECT_DIR$/static" /> 52</key> 53</component> 54<component name="SharedIndexes"> 55<attachedChunks> 56<set> 57<option value="bundled-python-sdk-09665e90c3a7-d3b881c8e49f-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-233.15026.15" /> 58</set> 59</attachedChunks> 60</component> 61<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> 62<component name="TaskManager"> 63<task active="true" id="Default" summary="Default task"> 64<changelist id="411335b4-e813-41ad-9046-18b77b97ee46" name="Changes" comment="" /> 65<created>1712323797410</created> 66<option name="number" value="Default" /> 67<option name="presentableId" value="Default" /> 68<updated>1712323797410</updated> 69</task> 70<task id="LOCAL-00001" summary="Initial commit"> 71<option name="closed" value="true" /> 72<created>1712333020964</created> 73<option name="number" value="00001" /> 74<option name="presentableId" value="LOCAL-00001" /> 75<option name="project" value="LOCAL" /> 76<updated>1712333020964</updated> 77</task> 78<task id="LOCAL-00002" summary="More"> 79<option name="closed" value="true" /> 80<created>1712409360299</created> 81<option name="number" value="00002" /> 82<option name="presentableId" value="LOCAL-00002" /> 83<option name="project" value="LOCAL" /> 84<updated>1712409360299</updated> 85</task> 86<task id="LOCAL-00003" summary="Endpoint management"> 87<option name="closed" value="true" /> 88<created>1712411232132</created> 89<option name="number" value="00003" /> 90<option name="presentableId" value="LOCAL-00003" /> 91<option name="project" value="LOCAL" /> 92<updated>1712411232132</updated> 93</task> 94<option name="localTasksCounter" value="4" /> 95<servers /> 96</component> 97<component name="Vcs.Log.Tabs.Properties"> 98<option name="TAB_STATES"> 99<map> 100<entry key="MAIN"> 101<value> 102<State /> 103</value> 104</entry> 105</map> 106</option> 107</component> 108<component name="VcsManagerConfiguration"> 109<MESSAGE value="Initial commit" /> 110<MESSAGE value="More" /> 111<MESSAGE value="Endpoint management" /> 112<option name="LAST_COMMIT_MESSAGE" value="Endpoint management" /> 113</component> 114</project>