From be6cc6bb0df2cea5a59bd05cc7528dd887daa8c4 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 25 Jul 2022 16:17:59 -0400 Subject: [PATCH] Ignore protoc output --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index adf8f72..0b5fb92 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ # Go workspace file go.work +# Protoc output +proto/*.pb.go \ No newline at end of file