Removed the fork relationship from FTC SDK so that people can fork this repo without problem if they already had an FTC SDK fork.

This commit is contained in:
Titan Robotics Club
2024-05-28 17:44:09 -07:00
parent 34a9ce290b
commit 653736be1c
145 changed files with 602787 additions and 20 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "TeamCode/src/main/java/TrcCommonLib"]
path = TeamCode/src/main/java/TrcCommonLib
url = https://github.com/trc492/TrcCommonLib
[submodule "TeamCode/src/main/java/TrcFtcLib"]
path = TeamCode/src/main/java/TrcFtcLib
url = https://github.com/trc492/TrcFtcLib