diff --git a/.gitignore b/.gitignore index 5baa34823..3999be436 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ html/ vendor/ -web/ + +web/* +!web/themes/ +web/themes/* +!web/themes/custom/ +web/themes/custom/* +!web/themes/custom/opdavies/ + diff --git a/web/themes/custom/opdavies/opdavies.info.yml b/web/themes/custom/opdavies/opdavies.info.yml new file mode 100644 index 000000000..0798800d7 --- /dev/null +++ b/web/themes/custom/opdavies/opdavies.info.yml @@ -0,0 +1,4 @@ +name: opdavies +core_version_requirement: ^11 +type: theme +base theme: false