Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept URL in function returns by isGitIgnored() and isGitIgnoredSync() #202

Closed
fisker opened this issue Jan 12, 2022 · 0 comments · Fixed by #207
Closed

Accept URL in function returns by isGitIgnored() and isGitIgnoredSync() #202

fisker opened this issue Jan 12, 2022 · 0 comments · Fixed by #207

Comments

@fisker
Copy link
Collaborator

fisker commented Jan 12, 2022

This is a little different from #176, I didn't implement in #201

const isIgnored = await isGitIgnored();

- console.log(isIgnored(fileURLToPath(url)));
+ console.log(isIgnored(url));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant