Fix relative path of node_modules ignore.

Review Request #14204 — Created Oct. 15, 2024 and submitted

Information

Ink
master

Reviewers

A recent change made the node_modules directory in .gitignore relative
in order to surface bugs that can occur if there are extra node_modules
directories deeper in the tree, but this wasn't done with the correct
syntax so it ended up not matching the top-level node_modules directory
at all. This change fixes it.


 
Summary ID
Fix relative path of node_modules ignore.
A recent change made the node_modules directory in .gitignore relative in order to surface bugs that can occur if there are extra node_modules directories deeper in the tree, but this wasn't done with the correct syntax so it ended up not matching the top-level node_modules directory at all. This change fixes it.
a355a22406d1836675709f7d840623d6790dd687
chipx86
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (921fd1b)