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 81c5515 commit 00d33e6Copy full SHA for 00d33e6
packages/mcl/src/src/mcl/commands/dev_commit.d
@@ -35,6 +35,7 @@ bool inGitIgnore(string file)
35
{
36
foreach (string line; gitIgnore)
37
38
+ writeln("Comparing: " ~ file ~ " with " ~ line);
39
if (line.startsWith("#") || line == "")
40
continue;
41
else if (globMatch(file, line))
0 commit comments