Procházet zdrojové kódy

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.
Thales Macedo Garitezi před 2 roky
rodič
revize
6a0c54b40e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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