1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 04:18:26 +02:00

ignore virtual_documents from jupyter-lsp

This commit is contained in:
Achim Gädke 2023-03-23 17:07:10 +13:00
parent 4488915eec
commit ec7ae18d29

View file

@ -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