add .ipynb_checkpoints to gitignore
This commit is contained in:
parent
9fdd357d00
commit
2730fad7cc
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -58,3 +58,7 @@ build/
|
||||||
# xournal++ temp files
|
# xournal++ temp files
|
||||||
*.xopp~
|
*.xopp~
|
||||||
*.autosave.xopp
|
*.autosave.xopp
|
||||||
|
|
||||||
|
|
||||||
|
# jupyter
|
||||||
|
*/.ipynb_checkpoints
|
||||||
|
|
Loading…
Reference in a new issue