From 2a13929e63cd3bcb8ed763b84712571daa184dfc Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 30 Jan 2023 14:11:01 +0100 Subject: [PATCH] also ignore sqlite backups not just the rename (in case of `jupyterhub upgrade-db`) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 699a74bd..d346a0a6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ jsx/build/ /jupyterhub_config.py jupyterhub_cookie_secret jupyterhub.sqlite +jupyterhub.sqlite* package-lock.json share/jupyterhub/static/components share/jupyterhub/static/css/style.min.css