-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
File with unicode character in name is not correctly ignored by .prettierignore #6250
Copy link
Copy link
Closed
Copy link
Labels
area:apiIssues with Prettier's Application Programming InterfaceIssues with Prettier's Application Programming Interfacearea:ignore.prettierignore file, --ignore-path CLI option, /* prettier-ignore */ comments and so on.prettierignore file, --ignore-path CLI option, /* prettier-ignore */ comments and so onlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.scope:dependencyIssues that cannot be solved inside Prettier itself, and must be fixed in a dependencyIssues that cannot be solved inside Prettier itself, and must be fixed in a dependency
Metadata
Metadata
Assignees
Labels
area:apiIssues with Prettier's Application Programming InterfaceIssues with Prettier's Application Programming Interfacearea:ignore.prettierignore file, --ignore-path CLI option, /* prettier-ignore */ comments and so on.prettierignore file, --ignore-path CLI option, /* prettier-ignore */ comments and so onlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.scope:dependencyIssues that cannot be solved inside Prettier itself, and must be fixed in a dependencyIssues that cannot be solved inside Prettier itself, and must be fixed in a dependency
Environments:
Steps to reproduce:
I created an example here: https://github.com/erikhofer/prettier-ignore-bug
Expected behavior:
All files in
src/ignored-dirshould be ignored.Actual behavior:
The file starting with α is not ignored.