12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
*
|
|
!*/
|
|
|
|
# Ensure that all third-party code is ignored.
|
|
/vendor/
|
|
|
|
# Add any custom module code.
|
|
!/web/modules/**
|
|
|
|
# Ignore any README.txt files.
|
|
/web/**/README.txt
|