Skip to content

Commit bf05c2b

Browse files
committed
fix gitignore
1 parent e832957 commit bf05c2b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ compile_commands.json
187187
.factorypath
188188

189189
#Build constants for Gversion (advantage kit)
190-
src/main/java/frc/robot/constants/BuildConstants.java
190+
#src/main/java/frc/robot/constants/BuildConstants.java
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
package frc.robot.constants;
2+
3+
/**
4+
* Automatically generated file containing build version information.
5+
*/
6+
public final class BuildConstants {
7+
public static final String MAVEN_GROUP = "";
8+
public static final String MAVEN_NAME = "reefscape";
9+
public static final String VERSION = "unspecified";
10+
public static final int GIT_REVISION = 2;
11+
public static final String GIT_SHA = "d02e688b18de5b15d035abe4a772b08fe6469815";
12+
public static final String GIT_DATE = "2025-01-06 00:03:53 EST";
13+
public static final String GIT_BRANCH = "main";
14+
public static final String BUILD_DATE = "2025-01-06 00:08:59 EST";
15+
public static final long BUILD_UNIX_TIME = 1736140139555L;
16+
public static final int DIRTY = 0;
17+
18+
private BuildConstants(){}
19+
}

0 commit comments

Comments
 (0)