Item Include and Exclude wildcards cannot express "all files with a dot in them"
Open
backlog
bug
Feature - Globbing
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 139
Description
The pattern `**/*.*` matches everything, even files that do not have a `.` character in them. Apparently this originates from the behaviour of the .Net `Directory.GetFiles(string, string)` method.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.