mirror of
https://github.com/github/gitignore
synced 2024-11-05 19:38:52 +01:00
db803b4c87
Co-Authored-By: Lin Kao-Yuan <mosdeo@gmail.com>
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
# gitignore template for Jupyter Notebooks
|
|
# website: http://jupyter.org/
|
|
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
# git rm -r .ipynb_checkpoints/
|
|
#
|