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
Describe the incorrect behavior you saw
git diff shows me an untracked .hypothesis directory.
git diff
.hypothesis
Describe how to cause this behavior
I ran the tests.
Describe the correct behavior you'd like to see
.hypothesis shouldn't be checked in, so it should be ignored by git.
git
The text was updated successfully, but these errors were encountered:
#11721: Ignore .hypothesis (#11722)
fb493b4
Successfully merging a pull request may close this issue.
Describe the incorrect behavior you saw
git diff
shows me an untracked.hypothesis
directory.Describe how to cause this behavior
I ran the tests.
Describe the correct behavior you'd like to see
.hypothesis
shouldn't be checked in, so it should be ignored bygit
.The text was updated successfully, but these errors were encountered: