From bc369d574eb17b15a5ee87ad9bd39b9334ccfebd Mon Sep 17 00:00:00 2001 From: Jarrod Chesney Date: Thu, 25 Jul 2019 18:47:29 +1000 Subject: [PATCH] Updated .idea --- .gitignore | 1 + .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/wstools-py3.iml | 7 +++++++ 4 files changed, 23 insertions(+) create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/wstools-py3.iml diff --git a/.gitignore b/.gitignore index f680c12..b0a54f3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ build/ .vscode /.cache /.eggs +.idea/workspace.xml \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..3999087 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..959fe6d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/wstools-py3.iml b/.idea/wstools-py3.iml new file mode 100644 index 0000000..43f86f1 --- /dev/null +++ b/.idea/wstools-py3.iml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file