]> source.dussan.org Git - gitignore.git/commitdiff
add template for Jupyter Notebooks
authorBrendan Forster <github@brendanforster.com>
Thu, 22 Nov 2018 21:14:54 +0000 (17:14 -0400)
committerBrendan Forster <github@brendanforster.com>
Thu, 22 Nov 2018 21:14:54 +0000 (17:14 -0400)
Co-Authored-By: Lin Kao-Yuan <mosdeo@gmail.com>
community/Python/JupyterNotebooks.gitignore [new file with mode: 0644]

diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore
new file mode 100644 (file)
index 0000000..7727fea
--- /dev/null
@@ -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/
+#