Move all files to code/

This commit is contained in:
Oliver Davies 2025-10-02 08:13:02 +01:00
parent 0a1da40788
commit 8447b33ec8
27 changed files with 0 additions and 0 deletions

18
code/.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
*
!*/
!/.ddev/**
!/.github/**
!/.gitignore
!/**/.gitkeep
!/.idea/**
!/composer.json
!/composer.lock
!/docker-compose.yaml
!/Makefile
!/php.ini
!/web/modules/custom/**
!/web/sites/default/settings.php
!/web/sites/default/settings.symfony.php
!/workspace.yml
/.idea/workspace.xml
/vendor/