From a436ae9fe1cdca66c0ab3f68314781a52d22e41f Mon Sep 17 00:00:00 2001 From: Melledy <52122272+Melledy@users.noreply.github.com> Date: Sun, 21 Aug 2022 00:37:36 -0700 Subject: [PATCH] Replace protos with generated protos Protos can still be auto compiled from the `./proto/` folder. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a1f39e6f..3c2e320c1 100644 --- a/.gitignore +++ b/.gitignore @@ -60,7 +60,7 @@ tmp/ /keys /language /languages -/src/generated +/proto /*.jar /*.sh