diff options
author | Lorenz Diener <[email protected]> | 2018-11-26 11:24:35 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-11-26 11:24:35 +0100 |
commit | ae9640e95d2cfa43e1a35d8281fe38a671fdc71d (patch) | |
tree | 059a01f007af648aae42188d0b2e5b793f008f52 /.gitignore | |
parent | 62bf6afd9fbffc1d47c00eb496a03b3598c66ed3 (diff) | |
parent | 4b7bbe72cd58487612543543fec6dba6c6fe0566 (diff) | |
download | mastodon.py-ae9640e95d2cfa43e1a35d8281fe38a671fdc71d.tar.gz |
Merge pull request #150 from jfmcbrayer/mime-magic
Use python-magic to determine mime types from contents
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -91,4 +91,6 @@ ENV/ | |||
91 | # Secret files (for credentials used in testing) | 91 | # Secret files (for credentials used in testing) |
92 | *.secret | 92 | *.secret |
93 | pytooter_clientcred.txt | 93 | pytooter_clientcred.txt |
94 | pytooter_usercred.txt \ No newline at end of file | 94 | pytooter_usercred.txtPipfile |
95 | Pipfile.lock | ||
96 | Pipfile | ||