lab/.gitignore
2020-08-28 19:12:35 +01:00

14 lines
215 B
Text

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