acquia / blt

Acquia's toolset for automating Drupal 10 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

Core file web/core/lib/Drupal/Core/FileTransfer/Local.php is being ignored due to .gitignore config #4751

Open halisonfernandes opened 2 months ago

halisonfernandes commented 2 months ago

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:

  1. Run composer create-project acquia/drupal-recommended-project --no-interaction
  2. Run composer require acquia/blt
  3. Configure the git section of your blt.yml
  4. Run the artifact:deploy command

Expected behavior All core files be versioned on the artifact.