fix: gitignore was not properly ignoring rendered configuration files
This commit is contained in:
parent
50859bbd83
commit
632be78100
|
@ -30,7 +30,6 @@ compile_commands.json
|
||||||
cuttlefish
|
cuttlefish
|
||||||
xrefr
|
xrefr
|
||||||
*.coverdata
|
*.coverdata
|
||||||
etc/emqx.conf.rendered
|
|
||||||
Mnesia.*/
|
Mnesia.*/
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
_checkouts
|
_checkouts
|
||||||
|
@ -63,3 +62,5 @@ erlang_ls.config
|
||||||
# elixir
|
# elixir
|
||||||
mix.lock
|
mix.lock
|
||||||
apps/emqx/test/emqx_static_checks_data/
|
apps/emqx/test/emqx_static_checks_data/
|
||||||
|
# rendered configurations
|
||||||
|
*.conf.rendered
|
||||||
|
|
Loading…
Reference in New Issue