diff --git a/.gitignore b/.gitignore index f68d109..f3e847c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,7 @@ bin/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store + +# Doc +doc/ \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a346fd7..eaacdd7 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,10 @@ + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8080c58..57de48a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,12 +1,13 @@ + + + + - - - - - { + "keyToString": { + "Downloaded.Files.Path.Enabled": "false", + "Repository.Attach.Annotations": "false", + "Repository.Attach.JavaDocs": "false", + "Repository.Attach.Sources": "false", + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "WebServerToolWindowFactoryState": "false", + "codeWithMe.voiceChat.enabledByDefault": "false", + "com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary": "JUnit5", + "com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit5": "", + "create.test.in.the.same.root": "true", + "last_opened_file_path": "/Users/lucas/Documents/GitHub/projet-mini-chat/src/serveur", + "nodejs_package_manager_path": "npm", + "project.structure.last.edited": "Modules", + "project.structure.proportion": "0.15", + "project.structure.side.proportion": "0.2", + "settings.editor.selected.configurable": "reference.settings.ide.settings.uml" } -}]]> +} @@ -139,7 +140,7 @@ - + diff --git a/projet-mini-chat.iml b/projet-mini-chat.iml index f9f9807..bd07ae7 100644 --- a/projet-mini-chat.iml +++ b/projet-mini-chat.iml @@ -5,6 +5,7 @@ +