From 4a576b06e8455d117910a8d10d006d136124f11f Mon Sep 17 00:00:00 2001 From: Redian Date: Thu, 26 Nov 2015 21:04:23 +0000 Subject: [PATCH] Add .cache dir to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think this could be handy and potentially minimise the risk anyone commits it to the project. ``` flask - (master) $ tree .cache/ .cache/ └── v └── cache └── lastfailed ``` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8cba18ff..5f6168f6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ build *.egg-info _mailinglist .tox +.cache/