diff options
| author | Bobby <[email protected]> | 2023-09-11 23:23:52 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-09-11 23:23:52 -0400 |
| commit | 9310179dc6c0f8b8d393e7ee4dae81b155cf7c1c (patch) | |
| tree | d3583334e8d9acc7b8210dd458acd4288b219c8e | |
| parent | 2876b8b38f699b3062230a7b570b45cc7399716e (diff) | |
| download | gameoflife-9310179dc6c0f8b8d393e7ee4dae81b155cf7c1c.tar.xz gameoflife-9310179dc6c0f8b8d393e7ee4dae81b155cf7c1c.zip | |
Removed CLion Folders
| -rw-r--r-- | .idea/vcs.xml | 6 | ||||
| -rw-r--r-- | .idea/workspace.xml | 94 | ||||
| -rw-r--r-- | cmake-build-debug/CMakeFiles/clion-Debug-log.txt | 1 |
3 files changed, 0 insertions, 101 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$" vcs="Git" /> - </component> -</project>
\ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 09f0ad0..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,94 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="AutoImportSettings"> - <option name="autoReloadType" value="SELECTIVE" /> - </component> - <component name="CMakePresetLoader">{ - "useNewFormat": true -}</component> - <component name="CMakeReloadState"> - <option name="reloaded" value="true" /> - </component> - <component name="CMakeRunConfigurationManager"> - <generated /> - </component> - <component name="CMakeSettings"> - <configurations> - <configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" /> - </configurations> - </component> - <component name="ChangeListManager"> - <list default="true" id="4bb3a3af-fb57-4015-aff7-69d43c5f5b41" name="Changes" 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="ClangdSettings"> - <option name="formatViaClangd" value="false" /> - </component> - <component name="ExecutionTargetManager" SELECTED_TARGET="CMakeBuildProfile:Debug" /> - <component name="ProjectApplicationVersion"> - <option name="ide" value="CLion" /> - <option name="majorVersion" value="2023" /> - <option name="minorVersion" value="2" /> - </component> - <component name="ProjectColorInfo">{ - "associatedIndex": 6 -}</component> - <component name="ProjectId" id="2VH7VouRNGf67FROi7Q2GtyreiB" /> - <component name="ProjectViewState"> - <option name="hideEmptyMiddlePackages" value="true" /> - <option name="showLibraryContents" value="true" /> - </component> - <component name="PropertiesComponent"><![CDATA[{ - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.cidr.known.project.marker": "true", - "WebServerToolWindowFactoryState": "false", - "cf.first.check.clang-format": "false", - "cidr.known.project.marker": "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", - "settings.editor.selected.configurable": "editor.preferences.fonts.default", - "vue.rearranger.settings.migration": "true" - } -}]]></component> - <component name="RunManager"> - <configuration default="true" type="CMakeRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true"> - <method v="2"> - <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" /> - </method> - </configuration> - </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="4bb3a3af-fb57-4015-aff7-69d43c5f5b41" name="Changes" comment="" /> - <created>1694481177826</created> - <option name="number" value="Default" /> - <option name="presentableId" value="Default" /> - <updated>1694481177826</updated> - <workItem from="1694481179202" duration="32000" /> - <workItem from="1694481218048" duration="7051000" /> - </task> - <servers /> - </component> - <component name="TypeScriptGeneratedFilesManager"> - <option name="version" value="3" /> - </component> - <component name="VCPKGProject"> - <isAutomaticEditVcpkgJson value="false" /> - <isAutomaticCheckingOnLaunch value="false" /> - <isAutomaticFoundErrors value="true" /> - <isAutomaticFoundErrors value="true" /> - </component> - <component name="XSLT-Support.FileAssociations.UIState"> - <expand /> - <select /> - </component> -</project>
\ No newline at end of file diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt deleted file mode 100644 index e108f28..0000000 --- a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt +++ /dev/null @@ -1 +0,0 @@ -CMakeLists.txt not found in /Users/lucifer/CLionProjects/gameOfLife Select CMakeLists.txt |
