From bf8ef41c5e3df732a52755fcaa1d951bdc7bc8d5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Mar 2022 19:55:04 -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 | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 48cf01f..1d69fdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /.cache /dist /node_modules -/venv