Merge pull request #29 from aggiebill/patch-1

Ignore txt files, except requirements.txt
This commit is contained in:
Christopher Kent Hoadley 2018-12-28 16:49:02 -06:00 committed by GitHub
commit 3d971d573a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View file

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