From a14296fa82ae0be1ddeaf39b12fce1e2aed2c5b9 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 23 Oct 2019 14:40:55 +0300 Subject: [PATCH] IPython support for jupyter-notebook gitignore files (#3211) --- community/Python/JupyterNotebooks.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore index 7727feac..f27f90d6 100644 --- a/community/Python/JupyterNotebooks.gitignore +++ b/community/Python/JupyterNotebooks.gitignore @@ -4,6 +4,9 @@ .ipynb_checkpoints */.ipynb_checkpoints/* +# IPython +profile_default/ +ipython_config.py + # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/ -#