From 72d66fb474a855dcd82f59b50e6c0a18265f2209 Mon Sep 17 00:00:00 2001 From: Elastic Jasper Date: Thu, 16 Feb 2017 12:34:12 -0500 Subject: [PATCH] [git] ignore extra files in the root config/ directory Backports PR #9296 **Commit 1:** [git] ignore extra files in the root config/ directory * Original sha: 2379baee39910f0292c50c0aab73e3ebd4a46a37 * Authored by spalger on 2016-12-01T06:56:18Z --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 27b93ed75e914..5c3892949ba77 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,8 @@ target data disabledPlugins webpackstats.json -config/kibana.dev.yml +config/* +!config/kibana.yml coverage selenium .babelcache.json