2020-08-28 17:13:44 +00:00
|
|
|
*
|
|
|
|
!*/
|
2020-08-28 18:14:29 +00:00
|
|
|
!/README.md
|
2020-08-28 17:13:44 +00:00
|
|
|
|
|
|
|
# Ensure that all third-party code is ignored.
|
|
|
|
/vendor/
|
|
|
|
|
2020-08-28 17:14:26 +00:00
|
|
|
# Add any custom DDEV commands.
|
|
|
|
!/.ddev/commands/**
|
|
|
|
|
2020-08-28 17:13:44 +00:00
|
|
|
# Add any custom module code.
|
|
|
|
!/web/modules/**
|
|
|
|
|
|
|
|
# Ignore any README.txt files.
|
|
|
|
/web/**/README.txt
|