workshop-drupal-automated-t.../.gitignore
Oliver Davies b3cddb036b 1b: Add my_module.info.yml
Add the my_module.info.yml file so that the module can be enabled.
2020-03-25 12:31:28 +00:00

15 lines
242 B
Text

*
!*/
!/.github/**
!/.gitignore
!/**/.gitkeep
!/.idea/*.iml
!/composer.json
!/composer.lock
!/docker-compose.yaml
!/Makefile
!/php.ini
!/web/modules/custom/**
!/web/sites/default/settings.php
!/web/sites/default/settings.symfony.php
/vendor/