diff --git a/.gitignore b/.gitignore index df15fef1..9535c830 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -# Created by https://www.gitignore.io/api/c++,java,linux,macos,gradle,windows,visualstudiocode +# This gitignore has been specially created by the WPILib team. +# If you remove items from this file, intellisense might break. ### C++ ### # Prerequisites @@ -151,12 +152,11 @@ gradle-app.setting # gradle/wrapper/gradle-wrapper.properties # # VS Code Specific Java Settings +# DO NOT REMOVE .classpath and .project .classpath .project -/.settings/ -/bin/ -imgui.ini +.settings/ +bin/ - -# End of https://www.gitignore.io/api/c++,java,linux,macos,gradle,windows,visualstudiocode -/.gradle/ \ No newline at end of file +# Simulation GUI and other tools window save file +*-window.json diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index b88b14b5..703c3264 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -46,5 +46,30 @@