.gitmodules 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. [submodule "wp"]
  2. path = wp
  3. url = git://github.com/WordPress/WordPress.git
  4. ignore = dirty
  5. [submodule "app/plugins/wp-db-driver"]
  6. path = app/plugins/wp-db-driver
  7. url = https://github.com/markoheijnen/wp-db-driver.git
  8. [submodule "app/plugins/wp-mysqli"]
  9. path = app/plugins/wp-mysqli
  10. url = https://github.com/markoheijnen/wp-mysqli.git
  11. [submodule "app/themes/_s"]
  12. path = app/themes/_s
  13. url = https://github.com/Automattic/_s.git
  14. [submodule "app/plugins/vip-scanner"]
  15. path = app/plugins/vip-scanner
  16. url = https://github.com/Automattic/vip-scanner.git
  17. [submodule "app/plugins/developer"]
  18. path = app/plugins/developer
  19. url = https://github.com/Automattic/developer.git
  20. [submodule "app/plugins/wp-redis-cache"]
  21. path = app/plugins/wp-redis-cache
  22. url = https://github.com/windhamdavid/wp-redis-cache.git
  23. [submodule "app/plugins/rename-wp-login"]
  24. path = app/plugins/rename-wp-login
  25. url = https://github.com/avryl/rename-wp-login.git
  26. [submodule "app/plugins/wp-debug-bar"]
  27. path = app/plugins/wp-debug-bar
  28. url = https://github.com/brandwaffle/wp-debug-bar.git
  29. [submodule "app/plugins/debug-bar-slow-actions"]
  30. path = app/plugins/debug-bar-slow-actions
  31. url = https://github.com/kovshenin/debug-bar-slow-actions.git
  32. [submodule "app/plugins/wp-github-info"]
  33. path = app/plugins/wp-github-info
  34. url = https://github.com/crowdfavorite/wp-github-info.git
  35. [submodule "app/plugins/github-updater"]
  36. path = app/plugins/github-updater
  37. url = https://github.com/afragen/github-updater.git
  38. [submodule "app/plugins/annunciate"]
  39. path = app/plugins/annunciate
  40. url = https://github.com/windhamdavid/annunciate.git
  41. [submodule "app/themes/goat"]
  42. path = app/themes/goat
  43. url = https://github.com/windhamdavid/aesop-goat.git
  44. [submodule "app/themes/daw"]
  45. path = app/themes/daw
  46. url = https://github.com/windhamdavid/daw.git
  47. [submodule "app/themes/_wd"]
  48. path = app/themes/_wd
  49. url = https://github.com/windhamdavid/_wd.git
  50. [submodule "app/themes/bml"]
  51. path = app/themes/bml
  52. url = https://github.com/windhamdavid/bml.git
  53. [submodule "app/themes/phf"]
  54. path = app/themes/phf
  55. url = https://github.com/windhamdavid/phf.git
  56. [submodule "app/themes/hcf"]
  57. path = app/themes/hcf
  58. url = https://github.com/windhamdavid/hcf.git
  59. [submodule "app/themes/soul"]
  60. path = app/themes/soul
  61. url = https://github.com/windhamdavid/soul.git
  62. [submodule "app/themes/dw"]
  63. path = app/themes/dw
  64. url = https://github.com/windhamdavid/dw.git
  65. [submodule "app/themes/exgw"]
  66. path = app/themes/exgw
  67. url = https://github.com/windhamdavid/exgw.git
  68. [submodule "app/plugins/wp-stripe"]
  69. path = app/plugins/wp-stripe
  70. url = https://github.com/humanmade/wp-stripe.git
  71. [submodule "app/themes/_s_backbone"]
  72. path = app/themes/_s_backbone
  73. url = https://github.com/tlovett1/_s_backbone.git
  74. [submodule "app/plugins/WP-API"]
  75. path = app/plugins/WP-API
  76. url = https://github.com/WP-API/WP-API.git