FSOMonoGame/.gitmodules
Christopher Chambers 8b745a8016 Changes .gitmodules to avoid password prompt
Two of the submodules had usernames in their url which leads to password
prompts when pulling.  These have been removed for a cleaner experience.
2012-01-28 01:58:04 -06:00

9 lines
308 B
Text

[submodule "ThirdParty/Libs"]
path = ThirdParty/Libs
url = https://github.com/kungfubanana/MonoGame-Dependencies.git
[submodule "Tests"]
path = Tests
url = https://github.com/kungfubanana/MonoGame-Tests.git
[submodule "Samples"]
path = Samples
url = https://github.com/CartBlanche/MonoGame-Samples.git