mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Documentation: conf: Ignore .venv
uv creates virtual environments in `.venv` Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
7679bba75e
commit
964be644d6
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ exclude_patterns = [
|
|||
".DS_Store",
|
||||
"legacy_README.md",
|
||||
"venv",
|
||||
".venv",
|
||||
]
|
||||
|
||||
# list of documentation versions to offer (besides latest). this will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue