Skip to content

Commit

Permalink
Add repos/ to the gitignore (#10435)
Browse files Browse the repository at this point in the history
## 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
```
  • Loading branch information
hoel-bagard committed Mar 17, 2024
1 parent 608df9a commit 8619986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -92,6 +92,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
repos/

# Translations
*.mo
Expand Down

0 comments on commit 8619986

Please sign in to comment.