From ec7ae18d29012f6d328d5e8869722dd65b83646d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Achim=20G=C3=A4dke?= Date: Thu, 23 Mar 2023 17:07:10 +1300 Subject: [PATCH] ignore virtual_documents from jupyter-lsp --- community/Python/JupyterNotebooks.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore index f27f90d6..db9a5192 100644 --- a/community/Python/JupyterNotebooks.gitignore +++ b/community/Python/JupyterNotebooks.gitignore @@ -4,6 +4,10 @@ .ipynb_checkpoints */.ipynb_checkpoints/* +# created and used by https://github.com/jupyter-lsp/jupyterlab-lsp/ +.virtual_documents/ +*/.virtual_documents/ + # IPython profile_default/ ipython_config.py