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 5adc4f6a10
commit b3cddb036b
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

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

View file

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