workshop-drupal-automated-t.../.gitignore
Oliver Davies 2dafec2f67 1b: Add my_module.info.yml
Add the my_module.info.yml file so that the module can be enabled.
2020-11-14 10:09:38 +00:00

19 lines
287 B
Plaintext

*
!*/
!/.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/