Add drupal 8 and above ignore file#3914
Conversation
The existing file is compatible with drupal 7, this file is for later versions (8/9/10...)
|
Thanks for the contribution, but we will need more context about this change. Please explain the reason for divergence in Drupal and why the existing file does not support Drupal 8. |
|
In fact there have been changes in the folder structure of Drupal in version 8, also they introduced composer to manage dependencies and because of that Drupal core and contributed modules files (and all their dependencies) are no longer part of the repository (they are downloaded by composer). |
|
I believe that is all covered in this PR #3386 which I will go ahead merge now. |
correct, plus there are wrong paths here in this PR. |
after all might need future review for paths, im seeing new references in some places. might be a drupal 8 or 9 change |
Reasons for making this change:
The existing file is compatible with drupal 7, this file is for later versions (8/9/10...)