Merge pull request #29 from aggiebill/patch-1

Ignore txt files, except requirements.txt
pull/33/head
Christopher Kent Hoadley 6 years ago committed by GitHub
commit 3d971d573a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored

@ -1,3 +1,7 @@
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Output files, except requirements.txt
*.txt
!requirements.txt

Loading…
Cancel
Save