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 @@ + +