From bdbd65333be6655ad82c0064049c716aaac4de20 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 31 Oct 2018 08:19:41 -0400 Subject: [PATCH] Ignore .pytest_cache directory in Coala Change-Id: I49476c5bf63fc83217cbf8e5957286a2dc9e82f4 Signed-off-by: Thanh Ha --- .coafile | 1 + 1 file changed, 1 insertion(+) diff --git a/.coafile b/.coafile index f4a09b99..c52cb59a 100644 --- a/.coafile +++ b/.coafile @@ -4,6 +4,7 @@ ignore = .tox/**, .gitignore, .gitreview, .gitmodules, + .pytest_cache/**, node_modules/** [all.Git] -- 2.16.6