diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-02-23 14:28:50 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-02-23 14:28:50 -0500 |
commit | 1d46022ec65597c46f27788eae520f36f0bb0324 (patch) | |
tree | 1ef5e38477bcc3f763d3ef2f071c721404f94493 /.idea/workspace.xml | |
parent | 2fc9729cdf220e03f43183a148f8b5780c50e515 (diff) | |
download | JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.tar.gz JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.tar.bz2 JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.zip |
Initialize angular project
Diffstat (limited to '.idea/workspace.xml')
-rw-r--r-- | .idea/workspace.xml | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..44def20 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="AutoImportSettings"> + <option name="autoReloadType" value="SELECTIVE" /> + </component> + <component name="ChangeListManager"> + <list default="true" id="056c1197-92a9-425f-988d-0ba043f8453b" name="Changes" comment="Add name" /> + <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="GitHubPullRequestSearchHistory">{ + "lastFilter": { + "state": "OPEN", + "assignee": "Sowgro" + } +}</component> + <component name="GithubPullRequestsUISettings">{ + "selectedUrlAndAccountId": { + "url": "https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b", + "accountId": "d99c0ef7-a044-450c-b5b1-e32964c28c01" + } +}</component> + <component name="ProjectColorInfo">{ + "associatedIndex": 7 +}</component> + <component name="ProjectId" id="2stlyDN8e3HIB934uQuTatEa2lL" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"><![CDATA[{ + "keyToString": { + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.git.unshallow": "true", + "git-widget-placeholder": "main", + "kotlin-language-version-configured": "true", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "vue.rearranger.settings.migration": "true" + } +}]]></component> + <component name="SharedIndexes"> + <attachedChunks> + <set> + <option value="bundled-jdk-9823dce3aa75-125ca727e0f0-intellij.indexing.shared.core-IU-243.24978.46" /> + <option value="bundled-js-predefined-d6986cc7102b-76f8388c3a79-JavaScript-IU-243.24978.46" /> + </set> + </attachedChunks> + </component> + <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="056c1197-92a9-425f-988d-0ba043f8453b" name="Changes" comment="" /> + <created>1739283005642</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1739283005642</updated> + <workItem from="1739283007412" duration="2404000" /> + <workItem from="1739456130192" duration="235000" /> + <workItem from="1739645873424" duration="1918000" /> + <workItem from="1739660366579" duration="37000" /> + </task> + <task id="LOCAL-00001" summary="Add name"> + <option name="closed" value="true" /> + <created>1739297045653</created> + <option name="number" value="00001" /> + <option name="presentableId" value="LOCAL-00001" /> + <option name="project" value="LOCAL" /> + <updated>1739297045653</updated> + </task> + <option name="localTasksCounter" value="2" /> + <servers /> + </component> + <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="Add name" /> + <option name="LAST_COMMIT_MESSAGE" value="Add name" /> + </component> +</project>
\ No newline at end of file |