Skip to content
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

Better gitignore support #66

Merged
merged 3 commits into from
May 20, 2024
Merged

Better gitignore support #66

merged 3 commits into from
May 20, 2024

Conversation

GrantBirki
Copy link
Owner

@GrantBirki GrantBirki commented May 20, 2024

Rather than using some poorly hacked together custom .gitignore logic, we should use a fully ignore-spec compliant package instead. This pull request rips out all my hacky/custom code and replaces it with kaelzhang/node-ignore instead.

Resolves: #65


This will result in a new major release as it might break some existing workflows. If it does, it should only impact a very small subset of users that were leaning into using my hacky regex opts in the exclude.txt file

@GrantBirki GrantBirki added bug Something isn't working enhancement New feature or request labels May 20, 2024
@GrantBirki GrantBirki self-assigned this May 20, 2024
@GrantBirki GrantBirki merged commit 3a3d883 into main May 20, 2024
4 checks passed
@GrantBirki GrantBirki deleted the better-gitignore-support branch May 20, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syntax error on negation in gitignore
1 participant