mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04: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
d525928665
commit
a85df8027b
1 changed files with 0 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,9 +1,6 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.py[co]
|
*.py[co]
|
||||||
/.coverage
|
/.coverage
|
||||||
/.mypy_cache
|
|
||||||
/.pytest_cache
|
|
||||||
/.tox
|
/.tox
|
||||||
/dist
|
/dist
|
||||||
/venv*
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue