1b: Add my_module.info.yml

Add the my_module.info.yml file so that the module can be enabled.
This commit is contained in:
Oliver Davies 2020-03-19 20:26:43 +00:00
parent e859418cbd
commit 2dafec2f67
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -10,6 +10,7 @@
!/docker-compose.yaml
!/Makefile
!/php.ini
!/web/modules/custom/**
!/web/sites/default/settings.php
!/web/sites/default/settings.symfony.php
!/workspace.yml

View file

@ -0,0 +1,5 @@
name: My Module
type: module
core: 8.x
core_version_requirement: ^8 || ^9
package: Custom