1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Add tox and tox-cache to gitignore

This commit is contained in:
Adam Dobrawy 2016-06-30 15:37:39 +02:00
parent e364369643
commit 9f5f043d49

2
.gitignore vendored
View file

@ -9,3 +9,5 @@ include/*
.Python
*egg*
dummy_project/*
.cache/
.tox/