Skip to content

Commit

Permalink
Fixed .gitignore ignoring *.jar files under releases/
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandao0 committed Jan 20, 2025
1 parent 434992b commit d1758e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,7 @@ ctre_sim/
compile_commands.json

# Eclipse generated file for annotation processors
.factorypath
.factorypath

# Don't ignore *.jar files under the releases/ directory
!releases/**/*.jar
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ plugins {
id "google-test"
id "edu.wpi.first.GradleRIO" version "2025.2.1"
id "edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin" version "2025.0"
id 'edu.wpi.first.NativeUtils' version '2025.9.0'
id 'edu.wpi.first.GradleJni' version '1.1.0'
id 'edu.wpi.first.GradleVsCode' version '2.1.0'
}

// WPILib Version
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d1758e1

Please sign in to comment.