From 6a0c54b40e15a7e99c7a67ae6448c54b9e254859 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Tue, 16 Jan 2024 17:31:28 -0300 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a76c3807..7068c1c7d 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ apps/emqx_conf/etc/emqx.conf.all.rendered* rebar-git-cache.tar # build docker image locally .docker_image_tag +.git/