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