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
Some folders during code review/cast are heavy to load causing the application to crash.
I would like to be able to add a .gitspeak ignore file to the repository and to have this folder be omitted from the initial view of all the files commited.
Example:
# .gitspeak
vendor/
Under Changes hide all the file changes in vendor
When going to Code I should still be able to see the folder it can be grayed out or lazy loaded upon entering.
The text was updated successfully, but these errors were encountered:
Some folders during code review/cast are heavy to load causing the application to crash.
I would like to be able to add a
.gitspeak
ignore file to the repository and to have this folder be omitted from the initial view of all the files commited.Example:
Under
Changes
hide all the file changes invendor
When going to
Code
I should still be able to see the folder it can be grayed out or lazy loaded upon entering.The text was updated successfully, but these errors were encountered: