From db803b4c8755e219c3e5568b5afce6c5573fce8d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:14:54 -0400 Subject: [PATCH] add template for Jupyter Notebooks Co-Authored-By: Lin Kao-Yuan --- community/Python/JupyterNotebooks.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/Python/JupyterNotebooks.gitignore 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/ +#