Skip to content

Commit

Permalink
Add BuildConstants to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerMeyers committed Jan 13, 2024
1 parent 8ea8e27 commit d9e8a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9e8a5f

Please sign in to comment.