drupal-core-development-project icon indicating copy to clipboard operation
drupal-core-development-project copied to clipboard

On install, copy Drupal core's example.gitignore and add the files that we place in the core repo

Open joachim-n opened this issue 1 year ago • 2 comments

The core git clone doesn't have its own .gitignore at the root, it just ships with an example.gitignore.

So we should copy this during the Composer install process, and add to it.

Those are:

  • sites/simpletest
  • vendor

joachim-n avatar Jun 28 '24 09:06 joachim-n