12345678910111213141516171819202122232425 |
- [submodule "wp"]
- path = wp
- url = git://github.com/WordPress/WordPress.git
- ignore = dirty
- [submodule "app/themes/_s"]
- path = app/themes/_s
- url = https://github.com/Automattic/_s.git
- [submodule "app/plugins/vip-scanner"]
- path = app/plugins/vip-scanner
- url = https://github.com/Automattic/vip-scanner.git
- [submodule "app/plugins/developer"]
- path = app/plugins/developer
- url = https://github.com/Automattic/developer.git
- [submodule "app/plugins/wp-redis-cache"]
- path = app/plugins/wp-redis-cache
- url = https://github.com/windhamdavid/wp-redis-cache.git
- [submodule "app/plugins/wp-debug-bar"]
- path = app/plugins/wp-debug-bar
- url = https://github.com/brandwaffle/wp-debug-bar.git
- [submodule "app/plugins/debug-bar-slow-actions"]
- path = app/plugins/debug-bar-slow-actions
- url = https://github.com/kovshenin/debug-bar-slow-actions.git
- [submodule "app/plugins/WP-API"]
- path = app/plugins/WP-API
- url = https://github.com/WP-API/WP-API.git
|