diff --git a/.ddev/config.yaml b/code/.ddev/config.yaml similarity index 100% rename from .ddev/config.yaml rename to code/.ddev/config.yaml diff --git a/.github/workflows/run-tests.yml b/code/.github/workflows/run-tests.yml similarity index 100% rename from .github/workflows/run-tests.yml rename to code/.github/workflows/run-tests.yml diff --git a/.gitignore b/code/.gitignore similarity index 100% rename from .gitignore rename to code/.gitignore diff --git a/.idea/inspectionProfiles/Project_Default.xml b/code/.idea/inspectionProfiles/Project_Default.xml similarity index 100% rename from .idea/inspectionProfiles/Project_Default.xml rename to code/.idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/misc.xml b/code/.idea/misc.xml similarity index 100% rename from .idea/misc.xml rename to code/.idea/misc.xml diff --git a/.idea/modules.xml b/code/.idea/modules.xml similarity index 100% rename from .idea/modules.xml rename to code/.idea/modules.xml diff --git a/.idea/php-test-framework.xml b/code/.idea/php-test-framework.xml similarity index 100% rename from .idea/php-test-framework.xml rename to code/.idea/php-test-framework.xml diff --git a/.idea/php.xml b/code/.idea/php.xml similarity index 100% rename from .idea/php.xml rename to code/.idea/php.xml diff --git a/.idea/vcs.xml b/code/.idea/vcs.xml similarity index 100% rename from .idea/vcs.xml rename to code/.idea/vcs.xml diff --git a/.idea/workshop-drupal-automated-testing-code.iml b/code/.idea/workshop-drupal-automated-testing-code.iml similarity index 100% rename from .idea/workshop-drupal-automated-testing-code.iml rename to code/.idea/workshop-drupal-automated-testing-code.iml diff --git a/README.md b/code/README.md similarity index 100% rename from README.md rename to code/README.md diff --git a/composer.json b/code/composer.json similarity index 100% rename from composer.json rename to code/composer.json diff --git a/composer.lock b/code/composer.lock similarity index 100% rename from composer.lock rename to code/composer.lock diff --git a/config/.gitkeep b/code/config/.gitkeep similarity index 100% rename from config/.gitkeep rename to code/config/.gitkeep diff --git a/phpunit.xml.dist b/code/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to code/phpunit.xml.dist diff --git a/web/modules/custom/my_module/my_module.info.yml b/code/web/modules/custom/my_module/my_module.info.yml similarity index 100% rename from web/modules/custom/my_module/my_module.info.yml rename to code/web/modules/custom/my_module/my_module.info.yml diff --git a/web/modules/custom/my_module/my_module.routing.yml b/code/web/modules/custom/my_module/my_module.routing.yml similarity index 100% rename from web/modules/custom/my_module/my_module.routing.yml rename to code/web/modules/custom/my_module/my_module.routing.yml diff --git a/web/modules/custom/my_module/my_module.services.yml b/code/web/modules/custom/my_module/my_module.services.yml similarity index 100% rename from web/modules/custom/my_module/my_module.services.yml rename to code/web/modules/custom/my_module/my_module.services.yml diff --git a/web/modules/custom/my_module/src/Controller/BlogPageController.php b/code/web/modules/custom/my_module/src/Controller/BlogPageController.php similarity index 100% rename from web/modules/custom/my_module/src/Controller/BlogPageController.php rename to code/web/modules/custom/my_module/src/Controller/BlogPageController.php diff --git a/web/modules/custom/my_module/src/Entity/Post.php b/code/web/modules/custom/my_module/src/Entity/Post.php similarity index 100% rename from web/modules/custom/my_module/src/Entity/Post.php rename to code/web/modules/custom/my_module/src/Entity/Post.php diff --git a/web/modules/custom/my_module/src/Repository/ArticleRepository.php b/code/web/modules/custom/my_module/src/Repository/ArticleRepository.php similarity index 100% rename from web/modules/custom/my_module/src/Repository/ArticleRepository.php rename to code/web/modules/custom/my_module/src/Repository/ArticleRepository.php diff --git a/web/modules/custom/my_module/tests/src/Functional/BlogPageTest.php b/code/web/modules/custom/my_module/tests/src/Functional/BlogPageTest.php similarity index 100% rename from web/modules/custom/my_module/tests/src/Functional/BlogPageTest.php rename to code/web/modules/custom/my_module/tests/src/Functional/BlogPageTest.php diff --git a/web/modules/custom/my_module/tests/src/Functional/MyModuleTest.php b/code/web/modules/custom/my_module/tests/src/Functional/MyModuleTest.php similarity index 100% rename from web/modules/custom/my_module/tests/src/Functional/MyModuleTest.php rename to code/web/modules/custom/my_module/tests/src/Functional/MyModuleTest.php diff --git a/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php b/code/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php similarity index 100% rename from web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php rename to code/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php diff --git a/web/modules/custom/my_module/tests/src/Unit/Entity/PostTest.php b/code/web/modules/custom/my_module/tests/src/Unit/Entity/PostTest.php similarity index 100% rename from web/modules/custom/my_module/tests/src/Unit/Entity/PostTest.php rename to code/web/modules/custom/my_module/tests/src/Unit/Entity/PostTest.php diff --git a/web/sites/default/settings.php b/code/web/sites/default/settings.php similarity index 100% rename from web/sites/default/settings.php rename to code/web/sites/default/settings.php diff --git a/workspace.yml b/code/workspace.yml similarity index 100% rename from workspace.yml rename to code/workspace.yml