diff options
author | Brendan Forster <github@brendanforster.com> | 2018-11-22 17:14:54 -0400 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-11-22 17:14:54 -0400 |
commit | db803b4c8755e219c3e5568b5afce6c5573fce8d (patch) | |
tree | e49820465beb933854a21ee834245562d936235b /community | |
parent | 2ee0576b39a8b50d459cbeea1e902d5eb4e5ba4d (diff) | |
download | gitignore-db803b4c8755e219c3e5568b5afce6c5573fce8d.tar.gz gitignore-db803b4c8755e219c3e5568b5afce6c5573fce8d.zip |
add template for Jupyter Notebooks
Co-Authored-By: Lin Kao-Yuan <mosdeo@gmail.com>
Diffstat (limited to 'community')
-rw-r--r-- | community/Python/JupyterNotebooks.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore new file mode 100644 index 00000000..7727feac --- /dev/null +++ b/community/Python/JupyterNotebooks.gitignore @@ -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/ +# |