.gitmodules 946 B

12345678910111213141516171819202122232425
  1. [submodule "wp"]
  2. path = wp
  3. url = git://github.com/WordPress/WordPress.git
  4. ignore = dirty
  5. [submodule "app/themes/_s"]
  6. path = app/themes/_s
  7. url = https://github.com/Automattic/_s.git
  8. [submodule "app/plugins/vip-scanner"]
  9. path = app/plugins/vip-scanner
  10. url = https://github.com/Automattic/vip-scanner.git
  11. [submodule "app/plugins/developer"]
  12. path = app/plugins/developer
  13. url = https://github.com/Automattic/developer.git
  14. [submodule "app/plugins/wp-redis-cache"]
  15. path = app/plugins/wp-redis-cache
  16. url = https://github.com/windhamdavid/wp-redis-cache.git
  17. [submodule "app/plugins/wp-debug-bar"]
  18. path = app/plugins/wp-debug-bar
  19. url = https://github.com/brandwaffle/wp-debug-bar.git
  20. [submodule "app/plugins/debug-bar-slow-actions"]
  21. path = app/plugins/debug-bar-slow-actions
  22. url = https://github.com/kovshenin/debug-bar-slow-actions.git
  23. [submodule "app/plugins/WP-API"]
  24. path = app/plugins/WP-API
  25. url = https://github.com/WP-API/WP-API.git