Skip to content

Conversation

@thecrypticace
Copy link
Contributor

No description provided.

RobinMalfait and others added 17 commits October 28, 2024 17:20
Co-authored-by: Jordan Pittman <[email protected]>
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
Contributor Author

thecrypticace 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 @thecrypticace and the rest of your teammates on Graphite Graphite

This was referenced Oct 28, 2024
@thecrypticace
Copy link
Contributor Author

Graphite all kinds of messed up here

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.

3 participants