mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-15 07:53:07 -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__/*
|
**/__pycache__/*
|
||||||
uv.lock
|
uv.lock
|
||||||
poetry.lock
|
poetry.lock
|
||||||
|
.venv
|
||||||
|
|
|
||||||
1
conf.py
1
conf.py
|
|
@ -66,6 +66,7 @@ exclude_patterns = [
|
||||||
'**/.*',
|
'**/.*',
|
||||||
'**/*.txt',
|
'**/*.txt',
|
||||||
'attachment',
|
'attachment',
|
||||||
|
'.venv',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue