From 7d38fdcc2e09f3cc7d953f3458235c7032a7f415 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Mar 2022 19:56:10 -0400 Subject: [PATCH] remove unneeded gitignore lines - coverage-html: coverage>=6.2 writes a .gitignore file - mypy_cache: mypy>=0.770 writes a .gitignore file - pytest_cache: pytest>=3.8.1 writes a .gitignore file - venv: virtualenv>=20.0.21 writes a .gitignore file Committed via https://github.com/asottile/all-repos --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2deee430..8a877944 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ *.html *.pyc *.swp -/.mypy_cache /all-hooks.json /build /node_modules -/venv