Merge pull request #6973 from mononym/update_gitignore

fix: gitignore was not properly ignoring rendered configuration files
This commit is contained in:
Chris Hicks 2022-02-10 10:47:18 +01:00 committed by GitHub
commit d0e4430949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

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