From f026426ed303123e042a1f434b66f6fb7f2ad9b3 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Mon, 9 Aug 2021 10:48:23 -0700 Subject: [PATCH] git changes --- .github/stale | 2 +- .gitignore | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/stale b/.github/stale index 2891e743d1..9d23fb5a9d 100644 --- a/.github/stale +++ b/.github/stale @@ -1,5 +1,5 @@ # 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 daysUntilClose: 7 # Issues with these labels will never be considered stale diff --git a/.gitignore b/.gitignore index 81591ea98f..08e904af55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ venv +dist/ +.eggs/ +*.egg-info/ *.pyc staticfiles .env @@ -17,7 +20,6 @@ __pycache__/ *.py[cod] *$py.class demo/models/* -dist/* *.h5 docs.json *.bak