mirror of https://github.com/astral-sh/ruff
Add `repos/` to the gitignore (#10435)
## Summary I would like to add `repos/` to the gitignore since it is given as an example for the cache directory path in [the ecosystem check's README](https://github.com/astral-sh/ruff/tree/main/python/ruff-ecosystem#development): ```console ruff-ecosystem check ruff "./target/debug/ruff" --cache ./repos ```
This commit is contained in:
parent
608df9a1bc
commit
8619986123
|
|
@ -92,6 +92,7 @@ coverage.xml
|
||||||
.hypothesis/
|
.hypothesis/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
cover/
|
cover/
|
||||||
|
repos/
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue