├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md └── scripts └── .placeholder /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/wvd-resources/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/wvd-resources/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/wvd-resources/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/wvd-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/wvd-resources/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/wvd-resources/HEAD/SECURITY.md -------------------------------------------------------------------------------- /scripts/.placeholder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/wvd-resources/HEAD/scripts/.placeholder --------------------------------------------------------------------------------