From 2b83e7e2887bba10c1d654d7359954226bef36c2 Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Thu, 6 Feb 2020 17:19:48 +0100 Subject: [PATCH] Chore: Ignore the plugins folder created when we run locally the operator --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17e543525..5a844de8f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ report.txt .project .settings .classpath -.factorypath \ No newline at end of file +.factorypath +plugins/ \ No newline at end of file