You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitmodules 477B

12345678910111213141516171819
  1. [submodule "client"]
  2. path = client
  3. url = https://github.com/DMDirc/DMDirc.git
  4. branch = master
  5. [submodule "plugins"]
  6. path = plugins
  7. url = https://github.com/DMDirc/Plugins.git
  8. branch = master
  9. [submodule "util"]
  10. path = util
  11. url = https://github.com/DMDirc/Util.git
  12. branch = master
  13. [submodule "parser"]
  14. path = parser
  15. url = https://github.com/DMDirc/Parser.git
  16. branch = master
  17. [submodule "installers"]
  18. path = installers
  19. url = https://github.com/DMDirc/Installers.git