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

Export isIgnoredByIgnoreFiles and isIgnoredByIgnoreFilesSync functions #269

Merged
merged 5 commits into from
Feb 7, 2025

Conversation

jiawei397
Copy link
Contributor

I am developing a feature to dynamically monitor folder changes. There is a file similar to . gitignore that needs to determine whether it is ignored after the file adds. This requires the use of the underlying methods isIgnoredByIgnoreFiles or isIgnoredByIgnoreFilesSync that are not exposed.

index.d.ts Outdated Show resolved Hide resolved
@sindresorhus
Copy link
Owner

Sorry, missed this.

@sindresorhus sindresorhus merged commit cba8941 into sindresorhus:main Feb 7, 2025
6 checks passed
@sindresorhus sindresorhus changed the title Export isIgnoredByIgnoreFiles and isIgnoredByIgnoreFilesSync for some bottom level scene Export isIgnoredByIgnoreFiles and isIgnoredByIgnoreFilesSync functions Feb 7, 2025
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 this pull request may close these issues.

2 participants