Skip to content

Conversation

@RobinMalfait
Copy link
Member

No description provided.

This proves that right now when using a glob, that files that should be
git ignored are _not_ git ignored.
This test now makes sure that:

1. If a glob is used, and it contains `**`, then it should _not_ resolve
   ignored files/folders like `node_modules`.
2. If an explicit glob is used that contains `node_modules`, then we
   will resolve files in this folder.
3. If an explicit glob is used, and that glob includes file extensions
   we normally ignore then those files should resolve because the glob
   is explicit.
This gives us stable results, which is useful during debugging and in
tests
And make sure that we break once we find a `!`.
This is to ensure that matching files is correct.
Copy link
Member Author

RobinMalfait commented Oct 28, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @RobinMalfait and the rest of your teammates on Graphite Graphite

@RobinMalfait RobinMalfait marked this pull request as draft October 28, 2024 22:23
@RobinMalfait
Copy link
Member Author

closed in favor of #14820

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants