From 632be78100df122e9c7987f908bb1e965f934f62 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 10 Feb 2022 10:41:47 +0100 Subject: [PATCH] fix: gitignore was not properly ignoring rendered configuration files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 28178b1f0..eda7d5652 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,6 @@ compile_commands.json cuttlefish xrefr *.coverdata -etc/emqx.conf.rendered Mnesia.*/ *.DS_Store _checkouts @@ -63,3 +62,5 @@ erlang_ls.config # elixir mix.lock apps/emqx/test/emqx_static_checks_data/ +# rendered configurations +*.conf.rendered