Skip to content
Snippets Groups Projects
Commit 04e9343d authored by GitLab CI's avatar GitLab CI
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !23
parents 7f5820ba 935d62d9
No related branches found
No related tags found
1 merge request!23Merging develop into main
Pipeline #1255197 passed
......@@ -80,7 +80,7 @@ class Handler extends BaseHandler {
foreach (['contrib', 'custom'] as $subdir) {
$path = $dir . '/' . $subdir;
if ($subdir === 'contrib') {
$this->gitIgnore(str_replace('/drupal', '', $path));
$this->gitIgnore(str_replace('/drupal/', '', $path) . '/');
}
if (!$fs->exists($path)) {
$fs->mkdir($path, 0775);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment