├── .gitignore ├── LICENSE ├── readme.md ├── vvv-hosts ├── vvv-init.sh └── vvv-nginx.conf /.gitignore: -------------------------------------------------------------------------------- 1 | htdocs/ 2 | debug.log 3 | *.zip 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aubreypwd-old/wordpress-themereview-vvv/HEAD/LICENSE -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aubreypwd-old/wordpress-themereview-vvv/HEAD/readme.md -------------------------------------------------------------------------------- /vvv-hosts: -------------------------------------------------------------------------------- 1 | themereview.wordpress.dev -------------------------------------------------------------------------------- /vvv-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aubreypwd-old/wordpress-themereview-vvv/HEAD/vvv-init.sh -------------------------------------------------------------------------------- /vvv-nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aubreypwd-old/wordpress-themereview-vvv/HEAD/vvv-nginx.conf --------------------------------------------------------------------------------