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
Thanks for pointing this out. I don't think a git clean will work if you have UpdateGitignore true. I'll take a look and see if there's anything we can do. Does it cause you other issues other than the links just cluttering up the directory?
No actual issues, I intended to just point this out. I just discovered LinkGeneratedSources and was looking closely at my local dev environment and noticed I had a few dead symlinks from old .pkl.go files as I was iterating. With git clean -f -X . that would work:
When using
LinkGeneratedSources
, the linked files aren't cleaned up when executing aplz clean
.Maybe this is just a call to
git clean
?The text was updated successfully, but these errors were encountered: