New repositories are missing services.yml, settings.pantheon.php, and more
I built a new site, and the following files are missing from the Github repository:
default.services.pantheon.preproduction.yml
default.services.yml
default.settings.php
settings.pantheon.php
services.yml is missing both from the Pantheon deployment and from the repository. The only file in both places is settings.php.
The Pantheon dashboard warns about the missing services file (neat!), but the other files are pretty useful for developers, and the settings.pantheon.php file is documented as being required on locals too.
It looks like the first set of files are pulled in during composer install, which I hadn't run locally yet. I think I was tripped up in that composer create-project runs install automatically, but build:project:create doesn't leave you with a checked out and built directory locally.
services.yml still needs to be fixed though.