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

Excluding files/folders in .gitignore from ava-files #1229

Closed
transcranial opened this issue Feb 5, 2017 · 4 comments
Closed

Excluding files/folders in .gitignore from ava-files #1229

transcranial opened this issue Feb 5, 2017 · 4 comments
Labels

Comments

@transcranial
Copy link

See #1228 for an example as to why this would be helpful.

@sindresorhus
Copy link
Member

Just to add some description, this issue is about ignoring files matching glob patterns defined in .gitignore (not ignoring the .gitignore file itself). Ideally, the functionality would be added to globby as an option so it could benefit many other projects, but we would also consider adding it here if it's too hard to generalize.

@novemberborn
Copy link
Member

It should still be possible to explicitly select files that are otherwise ignored through .gitignore.

@sindresorhus
Copy link
Member

Globby now has a gitignore option.

@novemberborn
Copy link
Member

It should still be possible to explicitly select files that are otherwise ignored through .gitignore.

Does Globby take care of that? Otherwise overriding exclusion patterns is too difficult. But maybe we can support it as a configuration option.

@novemberborn novemberborn removed this from the Priorities milestone Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants