From cc4edb26d81a595ed985c74a3aef11f9b9351241 Mon Sep 17 00:00:00 2001 From: rkoalsi <57904969+rkoalsi@users.noreply.github.com> Date: Thu, 23 Jun 2022 18:09:26 +0530 Subject: [PATCH] Creating a .gitignore file and adding proto/pb in it --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..ae824ef4ae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +proto/pb \ No newline at end of file