mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +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
f8de32b061
commit
bf8ef41c5e
1 changed files with 0 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
|||
/.cache
|
||||
/dist
|
||||
/node_modules
|
||||
/venv
|
||||
|
|
|
|||
Loading…
Reference in a new issue