From 8397b43befd7b79dcc890880fd70d999c37b3381 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Sat, 29 Jul 2023 17:31:50 -0400 Subject: [PATCH] Add photon-sever/lib to .gitignore (#890) Co-authored-by: Matt --- photon-server/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/photon-server/.gitignore b/photon-server/.gitignore index 4faca75e20..b55df9197c 100644 --- a/photon-server/.gitignore +++ b/photon-server/.gitignore @@ -9,3 +9,5 @@ build build/* photonvision/* photonvision_config/* +lib/* +photon-sever/lib/*