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 4160247 commit 0a1c3b5Copy full SHA for 0a1c3b5
.changeset/common-swans-buy.md
@@ -5,4 +5,8 @@
5
Support for absolute paths on Windows when using `git.checkIngore`, previously Windows would report
6
paths with duplicate separators `\\\\` between directories.
7
8
+Following this change all paths returned from `git.checkIgnore` will be normalized through `node:path`,
9
+this should have no impact on non-windows users where the `git` binary doesn't wrap absolute paths with
10
+quotes.
11
+
12
Thanks to @Maxim-Mazurok for reporting this issue.
0 commit comments