15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
*
|
|
!*/
|
|
|
|
# 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
|