This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Description
Describe the bug
Due to the default BLT's .gitignore file, the file web/core/lib/Drupal/Core/FileTransfer/Local.php isn't being versioned during the artifact:deploy command.
To Reproduce
Steps to reproduce the behavior, ideally starting from a fresh install of BLT:
- Run
composer create-project acquia/drupal-recommended-project --no-interaction
- Run
composer require acquia/blt
- Configure the git section of your blt.yml
- Run the artifact:deploy command
Expected behavior
All core files be versioned on the artifact.