From 861998612300520f2c18dbc7b8a6226300ceb508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=ABl=20Bagard?= <34478245+hoel-bagard@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:18:29 +0900 Subject: [PATCH] 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 ``` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a7912ac7c9461..4302ff30a762a 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ coverage.xml .hypothesis/ .pytest_cache/ cover/ +repos/ # Translations *.mo