mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 12:54:17 +00:00
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
This commit is contained in:
parent
69b4df5589
commit
84e93fcbb5
1 changed files with 0 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -3,9 +3,4 @@
|
||||||
.*.sw[a-z]
|
.*.sw[a-z]
|
||||||
.coverage
|
.coverage
|
||||||
.tox
|
.tox
|
||||||
.venv.touch
|
|
||||||
/.mypy_cache
|
|
||||||
/.pytest_cache
|
|
||||||
/venv*
|
|
||||||
coverage-html
|
|
||||||
dist
|
dist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue