Skip to content
Snippets Groups Projects
Commit 935d62d9 authored by jurgenhaas's avatar jurgenhaas
Browse files

#20

parent 458f3156
No related branches found
No related tags found
1 merge request!23Merging develop into main
Pipeline #1255194 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.
Finish editing this message first!
Please register or to comment