We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d33e6 commit 4ea92b0Copy full SHA for 4ea92b0
packages/mcl/src/src/mcl/commands/dev_commit.d
@@ -133,7 +133,7 @@ string[] getAuthors()
133
export void dev_commit()
134
{
135
initGitDiff();
136
- gitIgnore = readText("./.gitignore").split("\n");
+ gitIgnore = readText(rootDir() ~ "/.gitignore").split("\n");
137
writeln(guessScope().join("\n"));
138
return;
139
0 commit comments