Abacn commented on code in PR #22930:
URL: https://github.com/apache/beam/pull/22930#discussion_r967096957


##########
.gitignore:
##########
@@ -115,6 +115,7 @@ website/www/yarn-error.log
 
 # Node
 sdks/typescript/node_modules
+node_modules

Review Comment:
   ```suggestion
   node_modules/**
   ```



##########
.gitignore:
##########
@@ -115,6 +115,7 @@ website/www/yarn-error.log
 
 # Node
 sdks/typescript/node_modules
+node_modules

Review Comment:
   Add this then run `git rm --cached -r node_modules` and commit the change. 
This will remove node_modules files from the branch.
   



-- 
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]

Reply via email to