From 85faf3729362f9e6d8e5648e6853a7ecbce21034 Mon Sep 17 00:00:00 2001 From: Nilesh Agarwalla Date: Sat, 20 Jan 2024 18:32:14 -0500 Subject: [PATCH] Ignore GUI json files --- .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