mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
ignore virtual_documents from jupyter-lsp
This commit is contained in:
parent
4488915eec
commit
28a5962aba
@ -77,6 +77,9 @@ target/
|
|||||||
|
|
||||||
# Jupyter Notebook
|
# Jupyter Notebook
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
|
# created and used by https://github.com/jupyter-lsp/jupyterlab-lsp/
|
||||||
|
.virtual_documents/
|
||||||
|
*/.virtual_documents/
|
||||||
|
|
||||||
# IPython
|
# IPython
|
||||||
profile_default/
|
profile_default/
|
||||||
|
Loading…
Reference in New Issue
Block a user