drupal-8-phpunit-deprecatio.../.gitignore
2020-08-28 19:34:12 +01:00

16 lines
227 B
Plaintext

*
!*/
!/README.md
# Ensure that all third-party code is ignored.
/vendor/
# Add any custom DDEV commands.
!/.ddev/commands/**
# Add any custom module code.
!/web/modules/**
# Ignore any README.txt files.
/web/**/README.txt