From 214d9e3a9073fc1841811ee23144d041be7c465c Mon Sep 17 00:00:00 2001 From: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com> Date: Wed, 16 Mar 2022 13:56:51 -0500 Subject: [PATCH] Update gitignore (#14536) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68bf1067f..75b7fec10 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,8 @@ _testmain.go /pkg/ # Generated Web UI goes here -/http/web_ui/** +/http/web_ui/*.* +/http/web_ui/**/*.* # Vault-specific example.hcl