From a4d7e279731b4b2aa6fb825b096305556d1e825a Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Wed, 4 Mar 2020 19:37:53 +0100 Subject: pycharm project --- .../.idea/inspectionProfiles/profiles_settings.xml | 6 +++ test-cli/.idea/misc.xml | 7 ++++ test-cli/.idea/modules.xml | 8 ++++ test-cli/.idea/test-cli.iml | 12 ++++++ test-cli/.idea/vcs.xml | 6 +++ test-cli/.idea/workspace.xml | 46 ++++++++++++++++++++++ 6 files changed, 85 insertions(+) create mode 100644 test-cli/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 test-cli/.idea/misc.xml create mode 100644 test-cli/.idea/modules.xml create mode 100644 test-cli/.idea/test-cli.iml create mode 100644 test-cli/.idea/vcs.xml create mode 100644 test-cli/.idea/workspace.xml diff --git a/test-cli/.idea/inspectionProfiles/profiles_settings.xml b/test-cli/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/test-cli/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/test-cli/.idea/misc.xml b/test-cli/.idea/misc.xml new file mode 100644 index 0000000..2012045 --- /dev/null +++ b/test-cli/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/test-cli/.idea/modules.xml b/test-cli/.idea/modules.xml new file mode 100644 index 0000000..fc2e93a --- /dev/null +++ b/test-cli/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/test-cli/.idea/test-cli.iml b/test-cli/.idea/test-cli.iml new file mode 100644 index 0000000..8a05c6e --- /dev/null +++ b/test-cli/.idea/test-cli.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/test-cli/.idea/vcs.xml b/test-cli/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/test-cli/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml new file mode 100644 index 0000000..25fe244 --- /dev/null +++ b/test-cli/.idea/workspace.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 1583340556211 + + + + + + \ No newline at end of file -- cgit v1.1