diff options
author | Roman <gvvvynplaine@gmail.com> | 2019-10-23 14:40:55 +0300 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-10-23 08:40:55 -0300 |
commit | a14296fa82ae0be1ddeaf39b12fce1e2aed2c5b9 (patch) | |
tree | 3f50179ed6099626d24fc2b09370c433470c6c45 /community | |
parent | 21419e391a78f2487340b3b1240b988aaf15b54f (diff) | |
download | gitignore-a14296fa82ae0be1ddeaf39b12fce1e2aed2c5b9.tar.gz gitignore-a14296fa82ae0be1ddeaf39b12fce1e2aed2c5b9.zip |
IPython support for jupyter-notebook gitignore files (#3211)
Diffstat (limited to 'community')
-rw-r--r-- | community/Python/JupyterNotebooks.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
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/ -# |