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 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