aglinxinyuan commented on code in PR #3719: URL: https://github.com/apache/texera/pull/3719#discussion_r2332224939
########## core/gui/.gitignore: ########## @@ -15,10 +15,11 @@ src/environments/version.ts .angular # yarn v4 related -.pnp.* .yarn/* +!.yarn/cache Review Comment: it's explained in the link: ` .yarn/cache and .pnp.* may be safely ignored, but you'll need to run yarn install to regenerate them between each branch switch - which would be optional otherwise, cf Zero-Installs.` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
