ci(dev): add `.git/` to `.gitignore`

For some reason, some tools like [ripgrep](https://github.com/BurntSushi/ripgrep) will
search `.git` when using the `-.`/`--hidden` flag, even when not using `--no-ignore-vcs`.
This leads to several unwanted results.
This commit is contained in:
Thales Macedo Garitezi 2024-01-16 17:31:28 -03:00 committed by zhongwencool
parent adf22f1f10
commit 50db055841
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -73,3 +73,4 @@ apps/emqx_conf/etc/emqx.conf.all.rendered*
rebar-git-cache.tar
# build docker image locally
.docker_image_tag
.git/