mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
ignore virtual_documents from jupyter-lsp
This commit is contained in:
parent
4488915eec
commit
ec7ae18d29
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
*/.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/
|
||||||
ipython_config.py
|
ipython_config.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue