Created
February 28, 2018 16:15
-
-
Save draperjames/e0e07039602c3e1bf6ce3044f8abc9b9 to your computer and use it in GitHub Desktop.
Create a Jupyter Notebook .gitignore into your repo from windows cmd.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| powershell iwr -outf .gitignore https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore | |
| echo #Jupyter notebook checkpoint files. >> .gitignore | |
| echo .ipynb_checkpoints/* >> .gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment