mirror of
https://github.com/jellyfin/jellycon.git
synced 2024-11-27 00:00:24 +00:00
chore: ignore venv in git and build
This commit is contained in:
parent
a6841d5034
commit
e7c40ad63f
2
.gitignore
vendored
2
.gitignore
vendored
@ -221,5 +221,7 @@ pip-log.txt
|
|||||||
#Mr Developer
|
#Mr Developer
|
||||||
.mr.developer.cfg
|
.mr.developer.cfg
|
||||||
|
|
||||||
|
venv
|
||||||
|
|
||||||
# Addon files
|
# Addon files
|
||||||
addon.xml
|
addon.xml
|
||||||
|
1
build.py
1
build.py
@ -102,6 +102,7 @@ def folder_filter(folder_name: str) -> bool:
|
|||||||
'.mypy_cache',
|
'.mypy_cache',
|
||||||
'.pytest_cache',
|
'.pytest_cache',
|
||||||
'__pycache__',
|
'__pycache__',
|
||||||
|
'venv',
|
||||||
]
|
]
|
||||||
for f in filters:
|
for f in filters:
|
||||||
if f in folder_name.split(os.path.sep):
|
if f in folder_name.split(os.path.sep):
|
||||||
|
Loading…
Reference in New Issue
Block a user