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

Ignore contents of .gitignore #140

Open
hugovk opened this issue Oct 30, 2023 · 0 comments
Open

Ignore contents of .gitignore #140

hugovk opened this issue Oct 30, 2023 · 0 comments

Comments

@hugovk
Copy link
Contributor

hugovk commented Oct 30, 2023

Context

We're going to start using sphinx-autobuild in python/devguide#1208 and are adding the PyCharm IDE directory (.idea) and virtualenv directory (venv) to prevent irrelevant changes from triggering a rebuild:

--re-ignore="/\.idea/|/venv/"

Proposal

It would be helpful if sphinx-autobuild read in the contents of any .gitignore and automatically ignored any files matching the contents.

This should be in addition to any files specified via command-line options.

Tasks and updates

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant