diff options
Diffstat (limited to 'code/.idea')
-rw-r--r-- | code/.idea/.name | 1 | ||||
-rw-r--r-- | code/.idea/misc.xml | 6 | ||||
-rw-r--r-- | code/.idea/modules.xml | 8 | ||||
-rw-r--r-- | code/.idea/vcs.xml | 6 | ||||
-rw-r--r-- | code/.idea/workspace.xml | 33 |
5 files changed, 54 insertions, 0 deletions
diff --git a/code/.idea/.name b/code/.idea/.name new file mode 100644 index 0000000..5c3a976 --- /dev/null +++ b/code/.idea/.name @@ -0,0 +1 @@ +Interpreter2
\ No newline at end of file diff --git a/code/.idea/misc.xml b/code/.idea/misc.xml new file mode 100644 index 0000000..b1001d2 --- /dev/null +++ b/code/.idea/misc.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_15" default="true" project-jdk-name="openjdk-15" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/out" /> + </component> +</project>
\ No newline at end of file diff --git a/code/.idea/modules.xml b/code/.idea/modules.xml new file mode 100644 index 0000000..944dd7c --- /dev/null +++ b/code/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/Interpreter2.iml" filepath="$PROJECT_DIR$/Interpreter2.iml" /> + </modules> + </component> +</project>
\ No newline at end of file diff --git a/code/.idea/vcs.xml b/code/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/code/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?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/code/.idea/workspace.xml b/code/.idea/workspace.xml new file mode 100644 index 0000000..7952f3a --- /dev/null +++ b/code/.idea/workspace.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ChangeListManager"> + <list default="true" id="6338c043-7429-4cfe-b52b-2dbae6a3427a" name="Default Changelist" 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="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." /> + </component> + <component name="ProjectId" id="20PtOhkYAa3ilFbr4c95bfXTsk5" /> + <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> + </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="6338c043-7429-4cfe-b52b-2dbae6a3427a" name="Default Changelist" comment="" /> + <created>1635958020139</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1635958020139</updated> + </task> + <servers /> + </component> +</project>
\ No newline at end of file |