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

Feature Request: Flag to ignore files in .gitignore #38

Open
silviorp opened this issue Dec 14, 2023 · 4 comments
Open

Feature Request: Flag to ignore files in .gitignore #38

silviorp opened this issue Dec 14, 2023 · 4 comments

Comments

@silviorp
Copy link

A great feature would be having the option to filter out all the files that are included in the .gitignore.

Something like:

codeowners audit --unowned --no-ignored
@vincentjames501
Copy link

We're looking to adopt this as part of a pre-commit workflow and we'd need this for things to work appropriately. Would love to see this one added @beaugunderson !

@beaugunderson
Copy link
Owner

beaugunderson commented Jul 15, 2024 via email

@beaugunderson
Copy link
Owner

@vincentjames501 can you pull this PR locally, npm link, and run it against your repo to see if it works for you? #43

I implemented it so that .gitignore is used by default and you have to specify a flag if you want it NOT used

@aranair
Copy link

aranair commented Sep 5, 2024

tested #43 and it works if it is a single .gitignore at the root - i don't think it currently takes into account nested .gitignore files though^

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

No branches or pull requests

4 participants