From 9c256982e53882d05d5f6974824e1a60a35362e6 Mon Sep 17 00:00:00 2001 From: Carl Bergquist Date: Fri, 16 Oct 2020 10:26:56 +0200 Subject: [PATCH] should only ignore the file in the grafana mixin root folder (#28306) Signed-off-by: bergquist --- grafana-mixin/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana-mixin/.gitignore b/grafana-mixin/.gitignore index 1794e36498f..56b93f92c74 100644 --- a/grafana-mixin/.gitignore +++ b/grafana-mixin/.gitignore @@ -1,3 +1,3 @@ -alerts.yaml -rules.yaml +/alerts.yaml +/rules.yaml dashboards_out \ No newline at end of file