add template for Jupyter Notebooks

Co-Authored-By: Lin Kao-Yuan <mosdeo@gmail.com>
This commit is contained in:
Brendan Forster 2018-11-22 17:14:54 -04:00
parent 2ee0576b39
commit db803b4c87
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
#