Loading .idea/workspace.xml +26 −31 Original line number Diff line number Diff line Loading @@ -13,9 +13,7 @@ </component> <component name="ChangeListManager"> <list default="true" id="78671b20-6a1e-42c8-be28-50b7f38fa7ff" name="Default Changelist" comment=""> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/edu/bu/ec504/spr24/sameGameTris/SameGameTris.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/edu/bu/ec504/spr24/sameGameTris/SameGameTris.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/edu/bu/ec504/spr24/sameGameTris/SelfAwareCircle.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/edu/bu/ec504/spr24/sameGameTris/SelfAwareCircle.java" afterDir="false" /> <change afterPath="$PROJECT_DIR$/src/README.md" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> Loading @@ -35,6 +33,9 @@ <component name="MacroExpansionManager"> <option name="directoryName" value="iond1hng" /> </component> <component name="MarkdownSettingsMigration"> <option name="stateVersion" value="1" /> </component> <component name="ProjectColorInfo">{ "associatedIndex": 0 }</component> Loading @@ -44,28 +45,28 @@ <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent"><![CDATA[{ "keyToString": { "ASKED_ADD_EXTERNAL_FILES": "true", "Application.EC504 SameGameTris.executor": "Run", "RunOnceActivity.OpenProjectViewOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true", "WebServerToolWindowFactoryState": "false", "git-widget-placeholder": "master", "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", "project.structure.last.edited": "Project", "project.structure.proportion": "0.0", "project.structure.side.proportion": "0.36091954", "run.code.analysis.last.selected.profile": "pProject Default", "settings.editor.selected.configurable": "preferences.lookFeel", "vue.rearranger.settings.migration": "true" <component name="PropertiesComponent">{ "keyToString": { "ASKED_ADD_EXTERNAL_FILES": "true", "Application.EC504 SameGameTris.executor": "Run", "RunOnceActivity.OpenProjectViewOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true", "WebServerToolWindowFactoryState": "false", "git-widget-placeholder": "master", "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", "project.structure.last.edited": "Project", "project.structure.proportion": "0.0", "project.structure.side.proportion": "0.36091954", "run.code.analysis.last.selected.profile": "pProject Default", "settings.editor.selected.configurable": "preferences.lookFeel", "vue.rearranger.settings.migration": "true" } }]]></component> }</component> <component name="RecentsManager"> <key name="MoveMembersDialog.RECENTS_KEY"> <recent name="edu.bu.ec504.spr24.Brain.LazyBrain.Board" /> Loading @@ -87,13 +88,6 @@ </method> </configuration> </component> <component name="SharedIndexes"> <attachedChunks> <set> <option value="jdk-17.0.10-corretto-17.0.10-f644763e9732-24582b8d" /> </set> </attachedChunks> </component> <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> <component name="SvnConfiguration"> <configuration /> Loading @@ -113,6 +107,7 @@ <workItem from="1706070762735" duration="2123000" /> <workItem from="1706112889389" duration="6798000" /> <workItem from="1706139932552" duration="8790000" /> <workItem from="1707184524992" duration="48000" /> </task> <task id="LOCAL-00001" summary="Apparently working version."> <created>1580084914114</created> Loading src/README.md 0 → 100644 +2 −0 Original line number Diff line number Diff line # Hello by Rohan Kumar No newline at end of file Loading
.idea/workspace.xml +26 −31 Original line number Diff line number Diff line Loading @@ -13,9 +13,7 @@ </component> <component name="ChangeListManager"> <list default="true" id="78671b20-6a1e-42c8-be28-50b7f38fa7ff" name="Default Changelist" comment=""> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/edu/bu/ec504/spr24/sameGameTris/SameGameTris.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/edu/bu/ec504/spr24/sameGameTris/SameGameTris.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/edu/bu/ec504/spr24/sameGameTris/SelfAwareCircle.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/edu/bu/ec504/spr24/sameGameTris/SelfAwareCircle.java" afterDir="false" /> <change afterPath="$PROJECT_DIR$/src/README.md" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> Loading @@ -35,6 +33,9 @@ <component name="MacroExpansionManager"> <option name="directoryName" value="iond1hng" /> </component> <component name="MarkdownSettingsMigration"> <option name="stateVersion" value="1" /> </component> <component name="ProjectColorInfo">{ "associatedIndex": 0 }</component> Loading @@ -44,28 +45,28 @@ <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent"><![CDATA[{ "keyToString": { "ASKED_ADD_EXTERNAL_FILES": "true", "Application.EC504 SameGameTris.executor": "Run", "RunOnceActivity.OpenProjectViewOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true", "WebServerToolWindowFactoryState": "false", "git-widget-placeholder": "master", "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", "project.structure.last.edited": "Project", "project.structure.proportion": "0.0", "project.structure.side.proportion": "0.36091954", "run.code.analysis.last.selected.profile": "pProject Default", "settings.editor.selected.configurable": "preferences.lookFeel", "vue.rearranger.settings.migration": "true" <component name="PropertiesComponent">{ "keyToString": { "ASKED_ADD_EXTERNAL_FILES": "true", "Application.EC504 SameGameTris.executor": "Run", "RunOnceActivity.OpenProjectViewOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true", "WebServerToolWindowFactoryState": "false", "git-widget-placeholder": "master", "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", "project.structure.last.edited": "Project", "project.structure.proportion": "0.0", "project.structure.side.proportion": "0.36091954", "run.code.analysis.last.selected.profile": "pProject Default", "settings.editor.selected.configurable": "preferences.lookFeel", "vue.rearranger.settings.migration": "true" } }]]></component> }</component> <component name="RecentsManager"> <key name="MoveMembersDialog.RECENTS_KEY"> <recent name="edu.bu.ec504.spr24.Brain.LazyBrain.Board" /> Loading @@ -87,13 +88,6 @@ </method> </configuration> </component> <component name="SharedIndexes"> <attachedChunks> <set> <option value="jdk-17.0.10-corretto-17.0.10-f644763e9732-24582b8d" /> </set> </attachedChunks> </component> <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> <component name="SvnConfiguration"> <configuration /> Loading @@ -113,6 +107,7 @@ <workItem from="1706070762735" duration="2123000" /> <workItem from="1706112889389" duration="6798000" /> <workItem from="1706139932552" duration="8790000" /> <workItem from="1707184524992" duration="48000" /> </task> <task id="LOCAL-00001" summary="Apparently working version."> <created>1580084914114</created> Loading
src/README.md 0 → 100644 +2 −0 Original line number Diff line number Diff line # Hello by Rohan Kumar No newline at end of file