Follow-up from #45,
When working with Drupal, after the workspace is initialized, there are many untracked files in repos/drupal.
I needed to do the following steps:
- Copy
repos/drupal/example.gitignore to repos/drupal/.gitignore.
- Concatenate
vendor and .gitignore as separate lines to repos/drupal/.gitignore.