mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
IPython support for jupyter-notebook gitignore files (#3211)
This commit is contained in:
parent
21419e391a
commit
a14296fa82
1 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
*/.ipynb_checkpoints/*
|
*/.ipynb_checkpoints/*
|
||||||
|
|
||||||
|
# IPython
|
||||||
|
profile_default/
|
||||||
|
ipython_config.py
|
||||||
|
|
||||||
# Remove previous ipynb_checkpoints
|
# Remove previous ipynb_checkpoints
|
||||||
# git rm -r .ipynb_checkpoints/
|
# git rm -r .ipynb_checkpoints/
|
||||||
#
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue