-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): support nested .gitignore
and better glob patterns support
#1134
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ef251e6
chore(cli): use `ignore` and `globset`
ematipico ea88ca5
linting
ematipico da7f8a5
finally all tests pass!!!
ematipico 1f71c58
clippy
ematipico d0c8ea2
codegen
ematipico 5880d09
ignore IO errors
ematipico 644fe57
patch this change
ematipico 2532aff
update category
ematipico 83a48c6
refactor code
ematipico 92ccbee
bypass some errors and add changelog
ematipico de8dc7a
Use overrides for denylist some folders
ematipico 4e5797c
revert `biome.json` file changes
ematipico 3307232
chore: apply unsafe to all files
ematipico c69420c
fix snapshot
ematipico 8ed893d
update snapshot
ematipico bb2d2f5
pass git ignore information
ematipico dc23d91
ignore files instead
ematipico d859ce8
docs
ematipico 3dd0f5d
documentation
ematipico 48b10ab
changelog and format
ematipico 1c66947
fix logic in the code
ematipico 1b08fe8
format
ematipico 5243600
fix globs
ematipico 1a7cf1c
consume inputs
ematipico f2a20bb
revert change
ematipico 5410314
fix changelog
ematipico 318d568
let's debug like this
ematipico 75b3f52
ignore test for now
ematipico 288e62d
regenerate changelog
ematipico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spacing before
=
seems to be wrongThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I don't understand what you mean