omni-tools/.idea/workspace.xml
Ibrahima G. Coulibaly 7bb989479d chore: CODEOWNERS
2024-06-24 00:21:38 +01:00

529 lines
No EOL
22 KiB
XML

<?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="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="fix: build">
<change afterPath="$PROJECT_DIR$/CODEOWNERS" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/Readme.md" afterDir="false" />
</list>
<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="FormatOnSaveOptions">
<option name="myRunOnSave" value="true" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
<option name="RESET_MODE" value="HARD" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 0
}</component>
<component name="ProjectId" id="2i6g3WkUxdCURKYvUIJ9LMY5Qsc" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="autoscrollFromSource" value="true" />
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ASKED_ADD_EXTERNAL_FILES": "true",
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"Vitest.mergeText.executor": "Run",
"Vitest.mergeText.should merge lines and preserve blank lines when deleteBlankLines is false.executor": "Run",
"Vitest.mergeText.should merge lines, preserve blank lines and trailing spaces when both deleteBlankLines and deleteTrailingSpaces are false.executor": "Run",
"git-widget-placeholder": "main",
"ignore.virus.scanning.warn.message": "true",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "C:/Users/HP/IdeaProjects/omni-tools/src/pages/string",
"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",
"npm.dev.executor": "Run",
"npm.prebuild.executor": "Run",
"npm.script:create:tool.executor": "Run",
"npm.test.executor": "Run",
"prettierjs.PrettierConfiguration.Package": "C:\\Users\\HP\\IdeaProjects\\omni-tools\\node_modules\\prettier",
"project.structure.last.edited": "Problems",
"project.structure.proportion": "0.0",
"project.structure.side.proportion": "0.2",
"settings.editor.selected.configurable": "settings.typescriptcompiler",
"ts.external.directory.path": "C:\\Users\\HP\\IdeaProjects\\omni-tools\\node_modules\\typescript\\lib",
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="ReactDesignerToolWindowState">
<option name="myId2Visible">
<map>
<entry key="com.intellij.reactbuddy.reactComponents" value="false" />
<entry key="com.intellij.reactbuddy.reactInspector" value="false" />
<entry key="com.intellij.reactbuddy.storybook" value="false" />
</map>
</option>
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="C:\Users\HP\IdeaProjects\omni-tools\src\pages\string" />
<recent name="C:\Users\HP\IdeaProjects\omni-tools\src\pages\string\split" />
<recent name="C:\Users\HP\IdeaProjects\omni-tools\src\pages\images" />
<recent name="C:\Users\HP\IdeaProjects\omni-tools\public" />
<recent name="C:\Users\HP\IdeaProjects\omni-tools\src\assets" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="C:\Users\HP\IdeaProjects\omni-tools\src\components\options" />
<recent name="C:\Users\HP\IdeaProjects\omni-tools\src\pages\images\png\change-colors-in-png" />
<recent name="C:\Users\HP\IdeaProjects\omni-tools\src\tools" />
</key>
</component>
<component name="RunManager" selected="npm.test">
<configuration name="dev" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="dev" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
<configuration name="prebuild" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="prebuild" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
<configuration name="script:create:tool" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="script:create:tool" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
<configuration name="test" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="test" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="npm.test" />
<item itemvalue="npm.script:create:tool" />
<item itemvalue="npm.dev" />
<item itemvalue="npm.prebuild" />
</list>
</recent_temporary>
</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="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="" />
<created>1718816243156</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1718816243156</updated>
<workItem from="1718816244509" duration="13061000" />
<workItem from="1718991004992" duration="25000" />
<workItem from="1718991057845" duration="85000" />
<workItem from="1718991144614" duration="6968000" />
<workItem from="1718998317252" duration="8533000" />
<workItem from="1719006887776" duration="7000" />
<workItem from="1719006951159" duration="2377000" />
<workItem from="1719021128819" duration="3239000" />
<workItem from="1719083989394" duration="7971000" />
<workItem from="1719092003308" duration="14856000" />
<workItem from="1719164664347" duration="2033000" />
<workItem from="1719166718305" duration="1783000" />
<workItem from="1719168519203" duration="5029000" />
</task>
<task id="LOCAL-00001" summary="feat: use vite and ts">
<option name="closed" value="true" />
<created>1718816900959</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1718816900959</updated>
</task>
<task id="LOCAL-00002" summary="feat: initial commit">
<option name="closed" value="true" />
<created>1718820618078</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1718820618078</updated>
</task>
<task id="LOCAL-00003" summary="feat: initial commit">
<option name="closed" value="true" />
<created>1718821853210</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1718821853210</updated>
</task>
<task id="LOCAL-00004" summary="feat: example tools">
<option name="closed" value="true" />
<created>1718822309352</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1718822309352</updated>
</task>
<task id="LOCAL-00005" summary="feat: Split string">
<option name="closed" value="true" />
<created>1718828318468</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1718828318468</updated>
</task>
<task id="LOCAL-00006" summary="fix: netlify">
<option name="closed" value="true" />
<created>1718831745853</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1718831745853</updated>
</task>
<task id="LOCAL-00007" summary="fix: netlify">
<option name="closed" value="true" />
<created>1718833519062</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1718833519062</updated>
</task>
<task id="LOCAL-00008" summary="fix: index title">
<option name="closed" value="true" />
<created>1718836910916</created>
<option name="number" value="00008" />
<option name="presentableId" value="LOCAL-00008" />
<option name="project" value="LOCAL" />
<updated>1718836910916</updated>
</task>
<task id="LOCAL-00009" summary="chore: split string tools ui">
<option name="closed" value="true" />
<created>1718996769014</created>
<option name="number" value="00009" />
<option name="presentableId" value="LOCAL-00009" />
<option name="project" value="LOCAL" />
<updated>1718996769014</updated>
</task>
<task id="LOCAL-00010" summary="chore: use formik">
<option name="closed" value="true" />
<created>1718997842506</created>
<option name="number" value="00010" />
<option name="presentableId" value="LOCAL-00010" />
<option name="project" value="LOCAL" />
<updated>1718997842506</updated>
</task>
<task id="LOCAL-00011" summary="chore: output selector">
<option name="closed" value="true" />
<created>1718999826771</created>
<option name="number" value="00011" />
<option name="presentableId" value="LOCAL-00011" />
<option name="project" value="LOCAL" />
<updated>1718999826771</updated>
</task>
<task id="LOCAL-00012" summary="feat: text split">
<option name="closed" value="true" />
<created>1719003559965</created>
<option name="number" value="00012" />
<option name="presentableId" value="LOCAL-00012" />
<option name="project" value="LOCAL" />
<updated>1719003559965</updated>
</task>
<task id="LOCAL-00013" summary="fix: text split try catch">
<option name="closed" value="true" />
<created>1719005757859</created>
<option name="number" value="00013" />
<option name="presentableId" value="LOCAL-00013" />
<option name="project" value="LOCAL" />
<updated>1719005757859</updated>
</task>
<task id="LOCAL-00014" summary="fix: readme">
<option name="closed" value="true" />
<created>1719006274218</created>
<option name="number" value="00014" />
<option name="presentableId" value="LOCAL-00014" />
<option name="project" value="LOCAL" />
<updated>1719006274218</updated>
</task>
<task id="LOCAL-00015" summary="ubf">
<option name="closed" value="true" />
<created>1719006515710</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1719006515710</updated>
</task>
<task id="LOCAL-00016" summary="ubf jn">
<option name="closed" value="true" />
<created>1719006829016</created>
<option name="number" value="00016" />
<option name="presentableId" value="LOCAL-00016" />
<option name="project" value="LOCAL" />
<updated>1719006829016</updated>
</task>
<task id="LOCAL-00017" summary="ubf jn">
<option name="closed" value="true" />
<created>1719007125575</created>
<option name="number" value="00017" />
<option name="presentableId" value="LOCAL-00017" />
<option name="project" value="LOCAL" />
<updated>1719007125575</updated>
</task>
<task id="LOCAL-00018" summary="feat: conventional commit">
<option name="closed" value="true" />
<created>1719007195103</created>
<option name="number" value="00018" />
<option name="presentableId" value="LOCAL-00018" />
<option name="project" value="LOCAL" />
<updated>1719007195103</updated>
</task>
<task id="LOCAL-00019" summary="test: init">
<option name="closed" value="true" />
<created>1719023377131</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1719023377131</updated>
</task>
<task id="LOCAL-00020" summary="chore: remove prebuild">
<option name="closed" value="true" />
<created>1719023691491</created>
<option name="number" value="00020" />
<option name="presentableId" value="LOCAL-00020" />
<option name="project" value="LOCAL" />
<updated>1719023691491</updated>
</task>
<task id="LOCAL-00021" summary="chore: idea config">
<option name="closed" value="true" />
<created>1719024346455</created>
<option name="number" value="00021" />
<option name="presentableId" value="LOCAL-00021" />
<option name="project" value="LOCAL" />
<updated>1719024346455</updated>
</task>
<task id="LOCAL-00022" summary="feat: react helmet">
<option name="closed" value="true" />
<created>1719085085537</created>
<option name="number" value="00022" />
<option name="presentableId" value="LOCAL-00022" />
<option name="project" value="LOCAL" />
<updated>1719085085537</updated>
</task>
<task id="LOCAL-00023" summary="feat: tools normalized">
<option name="closed" value="true" />
<created>1719090379202</created>
<option name="number" value="00023" />
<option name="presentableId" value="LOCAL-00023" />
<option name="project" value="LOCAL" />
<updated>1719090379202</updated>
</task>
<task id="LOCAL-00024" summary="feat: search tools">
<option name="closed" value="true" />
<created>1719095463056</created>
<option name="number" value="00024" />
<option name="presentableId" value="LOCAL-00024" />
<option name="project" value="LOCAL" />
<updated>1719095463056</updated>
</task>
<task id="LOCAL-00025" summary="fix: deploy message">
<option name="closed" value="true" />
<created>1719096461432</created>
<option name="number" value="00025" />
<option name="presentableId" value="LOCAL-00025" />
<option name="project" value="LOCAL" />
<updated>1719096461432</updated>
</task>
<task id="LOCAL-00026" summary="fix: deploy message">
<option name="closed" value="true" />
<created>1719096551866</created>
<option name="number" value="00026" />
<option name="presentableId" value="LOCAL-00026" />
<option name="project" value="LOCAL" />
<updated>1719096551866</updated>
</task>
<task id="LOCAL-00027" summary="chore: tools by category">
<option name="closed" value="true" />
<created>1719102365836</created>
<option name="number" value="00027" />
<option name="presentableId" value="LOCAL-00027" />
<option name="project" value="LOCAL" />
<updated>1719102365836</updated>
</task>
<task id="LOCAL-00028" summary="feat: copy and import file">
<option name="closed" value="true" />
<created>1719103372481</created>
<option name="number" value="00028" />
<option name="presentableId" value="LOCAL-00028" />
<option name="project" value="LOCAL" />
<updated>1719103372481</updated>
</task>
<task id="LOCAL-00029" summary="refactor: tool options components">
<option name="closed" value="true" />
<created>1719152057230</created>
<option name="number" value="00029" />
<option name="presentableId" value="LOCAL-00029" />
<option name="project" value="LOCAL" />
<updated>1719152057230</updated>
</task>
<task id="LOCAL-00030" summary="fix: join text service">
<option name="closed" value="true" />
<created>1719153044395</created>
<option name="number" value="00030" />
<option name="presentableId" value="LOCAL-00030" />
<option name="project" value="LOCAL" />
<updated>1719153044395</updated>
</task>
<task id="LOCAL-00031" summary="test: join service">
<option name="closed" value="true" />
<created>1719154187887</created>
<option name="number" value="00031" />
<option name="presentableId" value="LOCAL-00031" />
<option name="project" value="LOCAL" />
<updated>1719154187887</updated>
</task>
<task id="LOCAL-00032" summary="feat: result copy and download">
<option name="closed" value="true" />
<created>1719154927957</created>
<option name="number" value="00032" />
<option name="presentableId" value="LOCAL-00032" />
<option name="project" value="LOCAL" />
<updated>1719154927957</updated>
</task>
<task id="LOCAL-00033" summary="feat: contributors graph">
<option name="closed" value="true" />
<created>1719165093734</created>
<option name="number" value="00033" />
<option name="presentableId" value="LOCAL-00033" />
<option name="project" value="LOCAL" />
<updated>1719165093734</updated>
</task>
<task id="LOCAL-00034" summary="fix: readme">
<option name="closed" value="true" />
<created>1719165600245</created>
<option name="number" value="00034" />
<option name="presentableId" value="LOCAL-00034" />
<option name="project" value="LOCAL" />
<updated>1719165600245</updated>
</task>
<task id="LOCAL-00035" summary="feat: create tool script">
<option name="closed" value="true" />
<created>1719169082452</created>
<option name="number" value="00035" />
<option name="presentableId" value="LOCAL-00035" />
<option name="project" value="LOCAL" />
<updated>1719169082452</updated>
</task>
<task id="LOCAL-00036" summary="fix: missing files">
<option name="closed" value="true" />
<created>1719170769791</created>
<option name="number" value="00036" />
<option name="presentableId" value="LOCAL-00036" />
<option name="project" value="LOCAL" />
<updated>1719170769791</updated>
</task>
<task id="LOCAL-00037" summary="fix: create tool">
<option name="closed" value="true" />
<created>1719171439639</created>
<option name="number" value="00037" />
<option name="presentableId" value="LOCAL-00037" />
<option name="project" value="LOCAL" />
<updated>1719171439639</updated>
</task>
<task id="LOCAL-00038" summary="fix: readme">
<option name="closed" value="true" />
<created>1719171905785</created>
<option name="number" value="00038" />
<option name="presentableId" value="LOCAL-00038" />
<option name="project" value="LOCAL" />
<updated>1719171905785</updated>
</task>
<task id="LOCAL-00039" summary="fix: build">
<option name="closed" value="true" />
<created>1719172147719</created>
<option name="number" value="00039" />
<option name="presentableId" value="LOCAL-00039" />
<option name="project" value="LOCAL" />
<updated>1719172147719</updated>
</task>
<option name="localTasksCounter" value="40" />
<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">
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
<option name="CHECK_NEW_TODO" value="false" />
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="chore: output selector" />
<MESSAGE value="feat: text split" />
<MESSAGE value="fix: text split try catch" />
<MESSAGE value="ubf" />
<MESSAGE value="ubf jn" />
<MESSAGE value="feat: conventional commit" />
<MESSAGE value="test: init" />
<MESSAGE value="chore: remove prebuild" />
<MESSAGE value="chore: idea config" />
<MESSAGE value="feat: react helmet" />
<MESSAGE value="feat: tools normalized" />
<MESSAGE value="feat: search tools" />
<MESSAGE value="fix: deploy message" />
<MESSAGE value="chore: tools by category" />
<MESSAGE value="feat: copy and import file" />
<MESSAGE value="refactor: tool options components" />
<MESSAGE value="fix: join text service" />
<MESSAGE value="test: join service" />
<MESSAGE value="feat: result copy and download" />
<MESSAGE value="feat: contributors graph" />
<MESSAGE value="feat: create tool script" />
<MESSAGE value="fix: missing files" />
<MESSAGE value="fix: create tool" />
<MESSAGE value="fix: readme" />
<MESSAGE value="fix: build" />
<option name="LAST_COMMIT_MESSAGE" value="fix: build" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
</project>