uploaded junk files
This commit is contained in:
parent
022af4a75b
commit
20ea45628d
2 changed files with 29 additions and 5 deletions
|
|
@ -4,8 +4,10 @@
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="8658cbac-7347-4046-83e8-57065c86d2b8" name="Changes" comment="explored substring methods">
|
<list default="true" id="8658cbac-7347-4046-83e8-57065c86d2b8" name="Changes" comment="uploaded junk files">
|
||||||
<change afterPath="$PROJECT_DIR$/practice_projects/src/weightConverter.java" afterDir="false" />
|
<change afterPath="$PROJECT_DIR$/practice_projects/src/trueFalse.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/out/production/java_practice/weightConverter.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/weightConverter.class" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
|
@ -26,6 +28,9 @@
|
||||||
<commands />
|
<commands />
|
||||||
<urls />
|
<urls />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="ProblemsViewState">
|
||||||
|
<option name="selectedTabId" value="CurrentFile" />
|
||||||
|
</component>
|
||||||
<component name="ProjectColorInfo">{
|
<component name="ProjectColorInfo">{
|
||||||
"associatedIndex": 8
|
"associatedIndex": 8
|
||||||
}</component>
|
}</component>
|
||||||
|
|
@ -48,6 +53,7 @@
|
||||||
"Application.randomNums.executor": "Run",
|
"Application.randomNums.executor": "Run",
|
||||||
"Application.shoppingCart.executor": "Run",
|
"Application.shoppingCart.executor": "Run",
|
||||||
"Application.substrings.executor": "Run",
|
"Application.substrings.executor": "Run",
|
||||||
|
"Application.trueFalse.executor": "Run",
|
||||||
"Application.weightConverter.executor": "Run",
|
"Application.weightConverter.executor": "Run",
|
||||||
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
||||||
"RunOnceActivity.MCP Project settings loaded": "true",
|
"RunOnceActivity.MCP Project settings loaded": "true",
|
||||||
|
|
@ -93,7 +99,7 @@
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1767557089317</updated>
|
<updated>1767557089317</updated>
|
||||||
<workItem from="1767557093354" duration="14440000" />
|
<workItem from="1767557093354" duration="14440000" />
|
||||||
<workItem from="1767678323979" duration="8636000" />
|
<workItem from="1767678323979" duration="10192000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="updated module output folders">
|
<task id="LOCAL-00001" summary="updated module output folders">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
|
|
@ -151,7 +157,23 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1767812256757</updated>
|
<updated>1767812256757</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="8" />
|
<task id="LOCAL-00008" summary="made a lbs to kgs weight converter">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1767813520591</created>
|
||||||
|
<option name="number" value="00008" />
|
||||||
|
<option name="presentableId" value="LOCAL-00008" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1767813520591</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00009" summary="uploaded junk files">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1767813537078</created>
|
||||||
|
<option name="number" value="00009" />
|
||||||
|
<option name="presentableId" value="LOCAL-00009" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1767813537078</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="10" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
|
|
@ -165,6 +187,8 @@
|
||||||
<MESSAGE value="created compound calculator" />
|
<MESSAGE value="created compound calculator" />
|
||||||
<MESSAGE value="fixed name of compoundInterest" />
|
<MESSAGE value="fixed name of compoundInterest" />
|
||||||
<MESSAGE value="explored substring methods" />
|
<MESSAGE value="explored substring methods" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="explored substring methods" />
|
<MESSAGE value="made a lbs to kgs weight converter" />
|
||||||
|
<MESSAGE value="uploaded junk files" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="uploaded junk files" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
Binary file not shown.
Loading…
Reference in a new issue