mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-11-18 19:10:36 -05:00
add .venv to ignore
This commit is contained in:
parent
ccfe6183a6
commit
c1c1b3bee3
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ _build
|
|||
**/__pycache__/*
|
||||
uv.lock
|
||||
poetry.lock
|
||||
.venv
|
||||
|
|
|
|||
1
conf.py
1
conf.py
|
|
@ -66,6 +66,7 @@ exclude_patterns = [
|
|||
'**/.*',
|
||||
'**/*.txt',
|
||||
'attachment',
|
||||
'.venv',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue