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 (#105)

This commit is contained in:
Adam Dobrawy 2016-08-03 19:11:33 +02:00 committed by Adam Coddington
parent e610f93341
commit 8ce9a530f0

2
.gitignore vendored
View file

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