From ddbb2ab2143fd9853a1405f94f7ac40d167f43c9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 25 Mar 2020 13:57:13 +0000 Subject: [PATCH] Add some .idea files to sync directory settings --- .gitignore | 3 +- .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/php-test-framework.xml | 14 ++ .idea/php.xml | 138 ++++++++++++++++++ .idea/vcs.xml | 6 + ...workshop-drupal-automated-testing-code.iml | 2 + 8 files changed, 182 insertions(+), 1 deletion(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php-test-framework.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index f3c85f6..af8f522 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ !/.github/** !/.gitignore !/**/.gitkeep -!/.idea/*.iml +!/.idea/** !/composer.json !/composer.lock !/docker-compose.yaml @@ -12,4 +12,5 @@ !/web/modules/custom/** !/web/sites/default/settings.php !/web/sites/default/settings.symfony.php +/.idea/workspace.xml /vendor/ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0d23deb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml new file mode 100644 index 0000000..ac3134f --- /dev/null +++ b/.idea/php-test-framework.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..630e6df --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workshop-drupal-automated-testing-code.iml b/.idea/workshop-drupal-automated-testing-code.iml index 38fe6db..33986f9 100644 --- a/.idea/workshop-drupal-automated-testing-code.iml +++ b/.idea/workshop-drupal-automated-testing-code.iml @@ -2,6 +2,8 @@ + +