From 4bdaba8932850d3cb7d864a0f78f1a4e53bf09fa Mon Sep 17 00:00:00 2001 From: arthur Date: Sat, 7 May 2016 20:24:21 +0200 Subject: [PATCH] Add .cache in gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ab3e8ed..70be80d 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,6 @@ logfile media # PyCharm -.idea/ \ No newline at end of file +.idea/ + +.cache \ No newline at end of file