mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-01 11:45:36 +08:00
git changes
This commit is contained in:
parent
48a964a653
commit
f026426ed3
2
.github/stale
vendored
2
.github/stale
vendored
@ -1,5 +1,5 @@
|
|||||||
# Number of days of inactivity before an issue becomes stale
|
# Number of days of inactivity before an issue becomes stale
|
||||||
daysUntilStale: 14
|
daysUntilStale: 30
|
||||||
# Number of days of inactivity before a stale issue is closed
|
# Number of days of inactivity before a stale issue is closed
|
||||||
daysUntilClose: 7
|
daysUntilClose: 7
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,7 @@
|
|||||||
venv
|
venv
|
||||||
|
dist/
|
||||||
|
.eggs/
|
||||||
|
*.egg-info/
|
||||||
*.pyc
|
*.pyc
|
||||||
staticfiles
|
staticfiles
|
||||||
.env
|
.env
|
||||||
@ -17,7 +20,6 @@ __pycache__/
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
demo/models/*
|
demo/models/*
|
||||||
dist/*
|
|
||||||
*.h5
|
*.h5
|
||||||
docs.json
|
docs.json
|
||||||
*.bak
|
*.bak
|
||||||
|
Loading…
Reference in New Issue
Block a user