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

"Test matching with filepath..." not working with unignore glob pattern #114

Open
yidingww opened this issue Dec 25, 2024 · 0 comments · May be fixed by #115
Open

"Test matching with filepath..." not working with unignore glob pattern #114

yidingww opened this issue Dec 25, 2024 · 0 comments · May be fixed by #115

Comments

@yidingww
Copy link

yidingww commented Dec 25, 2024

If I have this in my .gitignore:

.vscode/*
!.vscode/settings.json
!.vscode/extensions.json

It seems that all the project files are ignored (as shown below), nothing will show up if you type any surely included filepath to "Test matching with filepath...":

Image

I am not creating a minimal replication here because you can easily replicate with https://github.com/antfu/eslint-config by simply adding below content to .gitignore and run npx @eslint/[email protected]

.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
@yidingww yidingww linked a pull request Dec 25, 2024 that will close this issue
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