From b59336e6b2a41036d2d5163c1c362b13ede838d1 Mon Sep 17 00:00:00 2001 From: abikouo <79859644+abikouo@users.noreply.github.com> Date: Thu, 22 Apr 2021 16:11:59 +0200 Subject: [PATCH] ignore .cache directory used for tests (#77) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f97b7875..01b4466a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ changelogs/.plugin-cache.yaml # Temporary test files. tests/output tests/integration/cloud-config-* +.cache