drupal-core-development-project
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
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