From 519e0eac38219e6df9592e27095222c7db191dfc Mon Sep 17 00:00:00 2001 From: Jacob Caporuscio Date: Thu, 14 Dec 2023 03:32:51 -0500 Subject: [PATCH] Update .gitignore with log file dir (#642) Also adds ignore for ctre sim device config files --- vscode-wpilib/resources/gradle/shared/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vscode-wpilib/resources/gradle/shared/.gitignore b/vscode-wpilib/resources/gradle/shared/.gitignore index a8d1911a..5528d4f6 100644 --- a/vscode-wpilib/resources/gradle/shared/.gitignore +++ b/vscode-wpilib/resources/gradle/shared/.gitignore @@ -170,3 +170,9 @@ out/ # Simulation GUI and other tools window save file *-window.json + +# Simulation data log directory +logs/ + +# Folder that has CTRE Phoenix Sim device config storage +ctre_sim/