Only ignore node_modules at the top of the tree.
Review Request #14145 — Created Sept. 5, 2024 and submitted
If there's a
node_modules
unintentionally created anywhere but at the
top of the tree, it's possible for this to interfere with consumers of
Djblets. For example, Vite (used by Storybook) will consider it a
candidate for module lookup, and could find stale modules.To make this problem more obvious, we no longer ignore
node_modules
anywhere but the top of the tree.git status
will then report any
stray copies, helping address the problem.
Installed packages in a subdirectory and ran
git status
. Saw the
stray `node_modules.
Summary | ID |
---|---|
0ba85159d5c2f8a130f541e6aeb56ae8b88008b6 |
Description | From | Last Updated |
---|---|---|
Can you add a comment about why this one is specifically relative? I don't want to come back years from … |
david |
- Change Summary:
-
Added a comment explaining why we're ignoring only the top-level
node_modules
. - Commits:
-
Summary ID 875db4468d2acb2a6e6d197d0530ec1e592a4742 0ba85159d5c2f8a130f541e6aeb56ae8b88008b6 - Diff:
-
Revision 2 (+10 -2)