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: `If you're interested to know more about each of these files: .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: dev-unsubscr...@texera.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org