diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-25 17:43:20 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-25 17:43:20 -0400 |
| commit | 69474fee32c62e1b97b9f51b78a2e242542ae9a7 (patch) | |
| tree | f03569672f62ad251a38d1deb5d46152f1b54207 /.idea/workspace.xml | |
| parent | 379e44e7f1649ed2983e9167a7a4ac27303ed8d5 (diff) | |
| download | Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.gz Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.bz2 Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.zip | |
Rewrite incoming
Diffstat (limited to '.idea/workspace.xml')
| -rw-r--r-- | .idea/workspace.xml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..a272bff --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ChangeListManager"> + <list default="true" id="a02976fe-f236-4b0d-b2b4-36cf17f3f848" name="Default Changelist" comment="" /> + <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="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="ProjectId" id="1U47p5c3nwIKKYhGxZBdimqJThI" /> + <component name="ProjectLevelVcsManager" settingsEditedManually="true"> + <ConfirmationsSetting value="2" id="Add" /> + </component> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showExcludedFiles" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="ASKED_ADD_EXTERNAL_FILES" value="true" /> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> + <property name="WebServerToolWindowFactoryState" value="false" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$" /> + <property name="nodejs_package_manager_path" value="npm" /> + </component> + <component name="ServiceViewManager"> + <option name="viewStates"> + <list> + <serviceView> + <treeState> + <expand /> + <select /> + </treeState> + </serviceView> + </list> + </option> + </component> + <component name="SvnConfiguration"> + <configuration /> + </component> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="a02976fe-f236-4b0d-b2b4-36cf17f3f848" name="Default Changelist" comment="" /> + <created>1574604193141</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1574604193141</updated> + <workItem from="1574604195599" duration="2762000" /> + <workItem from="1574609290769" duration="754000" /> + </task> + <servers /> + </component> + <component name="TypeScriptGeneratedFilesManager"> + <option name="version" value="1" /> + </component> + <component name="VcsManagerConfiguration"> + <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" /> + </component> + <component name="WindowStateProjectService"> + <state x="696" y="286" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1574604325692"> + <screen x="0" y="30" width="1920" height="1014" /> + </state> + <state x="696" y="286" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.30.1920.1014/1920.0.1920.1080@0.30.1920.1014" timestamp="1574604325692" /> + <state x="584" y="313" key="EditFileWatcherDialog" timestamp="1574605475466"> + <screen x="0" y="30" width="1920" height="1014" /> + </state> + <state x="584" y="313" key="EditFileWatcherDialog/0.30.1920.1014/1920.0.1920.1080@0.30.1920.1014" timestamp="1574605475466" /> + <state x="623" y="253" width="672" height="678" key="search.everywhere.popup" timestamp="1574604377851"> + <screen x="0" y="30" width="1920" height="1014" /> + </state> + <state x="623" y="253" width="672" height="678" key="search.everywhere.popup/0.30.1920.1014/1920.0.1920.1080@0.30.1920.1014" timestamp="1574604377851" /> + </component> +</project>
\ No newline at end of file |
