diff options
author | Tharre <tharre3@gmail.com> | 2017-08-30 23:04:13 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-08-30 23:04:13 +0200 |
commit | 669b66959f8c523b21c1bcabfcebc65cef413d8c (patch) | |
tree | 78ec493b96229502c540040ea6b25df98c3e3799 | |
parent | d5a8c3a777445b67f1fc46d4fa4e41133b3f26e1 (diff) | |
download | albion-api-669b66959f8c523b21c1bcabfcebc65cef413d8c.tar.gz albion-api-669b66959f8c523b21c1bcabfcebc65cef413d8c.tar.xz albion-api-669b66959f8c523b21c1bcabfcebc65cef413d8c.zip |
Update .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ /data __pycache__ -.pyc +*.pyc db.sqlite3 |