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