From 24066846d3bf1b0eb2d3c5442f27438987a05bc7 Mon Sep 17 00:00:00 2001 From: Notmoo Date: Mon, 21 Aug 2017 22:40:46 +0200 Subject: [PATCH] =?UTF-8?q?.gitignore=20:=20suppr=20de=20la=20ligne=20d'ig?= =?UTF-8?q?nore=20des=20fichiers=20.iml=20(parce=20que=20c'est=20tr=C3=A8s?= =?UTF-8?q?=20con,=20il=20ne=20faut=20pas)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - Workspace/client/client.iml | 16 ++++++++++++++++ Workspace/core/core.iml | 24 ++++++++++++++++++++++++ Workspace/server/server.iml | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 Workspace/client/client.iml create mode 100644 Workspace/core/core.iml create mode 100644 Workspace/server/server.iml diff --git a/.gitignore b/.gitignore index 687c4d1d..9777fe96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ #Ignoring Intellij workspace specific folders and files /**/.idea/workspace.xml /**/tasks.xml -/**/*.iml /**/.idea/libraries diff --git a/Workspace/client/client.iml b/Workspace/client/client.iml new file mode 100644 index 00000000..e9425931 --- /dev/null +++ b/Workspace/client/client.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Workspace/core/core.iml b/Workspace/core/core.iml new file mode 100644 index 00000000..a1df30e2 --- /dev/null +++ b/Workspace/core/core.iml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Workspace/server/server.iml b/Workspace/server/server.iml new file mode 100644 index 00000000..3284aafa --- /dev/null +++ b/Workspace/server/server.iml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file