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

#34 Make sure drush.yml always gets added to gitignore

parent b732bc99
Branches
Tags
No related merge requests found
......@@ -109,7 +109,7 @@ class Handler extends BaseHandler {
$orig_ignored = TRUE;
}
}
else if (empty($def['add2git'])) {
if (empty($def['add2git'])) {
$this->gitIgnore($filename);
}
file_put_contents($file, $rendered);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment