From 07e6709c018b0a21150849c35d45b9a4909b5f4f Mon Sep 17 00:00:00 2001 From: Nilesh Agarwalla <49494444+BrownGenius@users.noreply.github.com> Date: Sun, 21 Jan 2024 19:38:46 -0500 Subject: [PATCH] Ignore GUI json files (#14) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 30e1060b..db77649d 100644 --- a/.gitignore +++ b/.gitignore @@ -192,3 +192,8 @@ src/main/java/frc/robot/BuildConstants.java *.wpilog # END: Setup AdvantageKit + +# START: Ignore simulation JSON files +networktables.json +simgui*.json +# END: Ignore simulation JSON files