You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the API be aware of hidden files? Something like .gitignore may well be suitable for a Web-based IDE to display. FWIW, the macOS file picker preview doesn't show hidden files (even if I have decided on a system level to show them), but hidden files are then included in the directory listing (notice the missing .gitignore in the file picker):
Should a File object have a hidden flag, since the UNIX convention to prefix hidden files with a . doesn't exist on Windows for example?