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
Private directories such as .theia and .vscode have been committed to git here. These need to be removed (use git rm -r name_of_folder --cached) and .gitignore should be updated accordingly.
The text was updated successfully, but these errors were encountered:
Private directories such as
.theia
and.vscode
have been committed to git here. These need to be removed (usegit rm -r name_of_folder --cached
) and.gitignore
should be updated accordingly.The text was updated successfully, but these errors were encountered: