From d9e8a5fe76d1ccb91db31a97204b0c185ce44d20 Mon Sep 17 00:00:00 2001 From: ParkerMeyers <–info@parkermeyers.com> Date: Sat, 13 Jan 2024 10:17:50 -0500 Subject: [PATCH] Add BuildConstants to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 30e1060b..37055cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -182,7 +182,7 @@ ctre_sim/ # Tell git to ignore the generated file: src/main/java/frc/robot/BuildConstants.java # We generally don't want to commit/track changes to files that are auto-generated during the build process -src/main/java/frc/robot/BuildConstants.java +src/main/java/bhs/devilbotz/BuildConstants.java # END: Setup gversion # START: Setup AdvantageKit