From 9bc6529ea64a1e16196755182a7899033f5a4fd4 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 5 Dec 2024 19:43:55 -0800 Subject: [PATCH 1/2] Update gitignore and license file Copies latest from vscode --- .../wpi/BSD_License_for_WPILib_code.txt | 2 +- src/main/resources/export/wpi/dot.gitignore | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/main/resources/export/wpi/BSD_License_for_WPILib_code.txt b/src/main/resources/export/wpi/BSD_License_for_WPILib_code.txt index 91fd1480..645e5425 100644 --- a/src/main/resources/export/wpi/BSD_License_for_WPILib_code.txt +++ b/src/main/resources/export/wpi/BSD_License_for_WPILib_code.txt @@ -1,4 +1,4 @@ -Copyright (c) 2009-2022 FIRST and other WPILib contributors +Copyright (c) 2009-2024 FIRST and other WPILib contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/main/resources/export/wpi/dot.gitignore b/src/main/resources/export/wpi/dot.gitignore index a48d2252..375359c2 100644 --- a/src/main/resources/export/wpi/dot.gitignore +++ b/src/main/resources/export/wpi/dot.gitignore @@ -157,3 +157,28 @@ gradle-app.setting .project .settings/ bin/ + +# IntelliJ +*.iml +*.ipr +*.iws +.idea/ +out/ + +# Fleet +.fleet + +# Simulation GUI and other tools window save file +networktables.json +simgui.json +*-window.json + +# Simulation data log directory +logs/ + +# Folder that has CTRE Phoenix Sim device config storage +ctre_sim/ + +# clangd +/.cache +compile_commands.json From 0c805c3b09fd322d69d55caea455a51371c8ace8 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 5 Dec 2024 20:02:55 -0800 Subject: [PATCH 2/2] Update LICENSE.md year --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 43b62ec2..645e5425 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2009-2023 FIRST and other WPILib contributors +Copyright (c) 2009-2024 FIRST and other WPILib contributors All rights reserved. Redistribution and use in source and binary forms, with or without