diff options
Diffstat (limited to 'Client/.idea')
-rw-r--r-- | Client/.idea/.gitignore | 0 | ||||
-rw-r--r-- | Client/.idea/Client.iml | 9 | ||||
-rw-r--r-- | Client/.idea/misc.xml | 6 | ||||
-rw-r--r-- | Client/.idea/modules.xml | 8 | ||||
-rw-r--r-- | Client/.idea/vcs.xml | 6 | ||||
-rw-r--r-- | Client/.idea/workspace.xml | 40 |
6 files changed, 69 insertions, 0 deletions
diff --git a/Client/.idea/.gitignore b/Client/.idea/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Client/.idea/.gitignore diff --git a/Client/.idea/Client.iml b/Client/.idea/Client.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/Client/.idea/Client.iml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file diff --git a/Client/.idea/misc.xml b/Client/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/Client/.idea/misc.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectRootManager"> + <output url="file://$PROJECT_DIR$/out" /> + </component> +</project>
\ No newline at end of file diff --git a/Client/.idea/modules.xml b/Client/.idea/modules.xml new file mode 100644 index 0000000..122b0f2 --- /dev/null +++ b/Client/.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$/.idea/Client.iml" filepath="$PROJECT_DIR$/.idea/Client.iml" /> + </modules> + </component> +</project>
\ No newline at end of file diff --git a/Client/.idea/vcs.xml b/Client/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Client/.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/Client/.idea/workspace.xml b/Client/.idea/workspace.xml new file mode 100644 index 0000000..62e1e24 --- /dev/null +++ b/Client/.idea/workspace.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="AutoImportSettings"> + <option name="autoReloadType" value="NONE" /> + </component> + <component name="ChangeListManager"> + <list default="true" id="4fe656fd-0d6e-44f7-9055-a76bed8e2c61" 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="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." /> + </component> + <component name="ProjectId" id="2GgiEm5Wwm0kSQbdUcgFC4x68Tp" /> + <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" /> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="RunOnceActivity.cidr.known.project.marker" value="true" /> + <property name="cidr.known.project.marker" value="true" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$" /> + </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="4fe656fd-0d6e-44f7-9055-a76bed8e2c61" name="Changes" comment="" /> + <created>1666816517772</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1666816517772</updated> + </task> + <servers /> + </component> +</project>
\ No newline at end of file |