From 444b145c5477681ea1ac26c057f33a080e05e59d Mon Sep 17 00:00:00 2001 From: David Mihalcik Date: Wed, 20 Mar 2024 11:29:52 -0400 Subject: [PATCH] chore(gitignore): Hides tmp-gen folders - these are used by some build scripts to temporarily build gencode, then move it --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c6526242b0..d057e0f061 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ opentdf.yaml .idea/ # Generated files +tmp-gen/ /examples/examples /go.work.sum /go.work