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
Folder names cannot end with a . character as it is considered an invalid path in most systems. While it's okay in the GitHub interface, this causes the repo to break when trying to open it from coding IDEs. This commit fixes the pathing issues. (#1669)
0 commit comments