-
-
Notifications
You must be signed in to change notification settings - Fork 62
Support filenames that end with + #159
Copy link
Copy link
Open
Description
Filenames such as a+.txt are not served because of the following line.
Line 155 in 50b1964
| else if (!opts.dotfiles && /(^\.|[\\+|\/+]\.)/.test(name)) return; |
- Why are filenames with
+.filtered out? - There seems to be a duplicate
+in the character-set.
- (^\.|[\\+|\/+]\.)
+ (^\.|[\\+|\/]\.)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels