Skip to content

Commit 84e93fc

Browse files
committed
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
1 parent 69b4df5 commit 84e93fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@
33
.*.sw[a-z]
44
.coverage
55
.tox
6-
.venv.touch
7-
/.mypy_cache
8-
/.pytest_cache
9-
/venv*
10-
coverage-html
116
dist

0 commit comments

Comments
 (0)