fix: gitignore was not properly ignoring rendered configuration files

This commit is contained in:
Chris 2022-02-10 10:41:47 +01:00
parent 50859bbd83
commit 632be78100
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -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