microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
Guide/.gitignore
14lines · modecode
| 1 | book |
| 2 | obj |
| 3 | _site |
| 4 | |
| 5 | # the shim has zero dependencies, and does not require a lockfile |
| 6 | mdbook-openvmm-shim/Cargo.lock |
| 7 | mdbook-openvmm-shim/target |
| 8 | |
| 9 | # rather than checking in the various html/js/css files that our preprocessors |
| 10 | # require, we use a small `openvmm-mdbook-trampoline` shim to only add those files |
| 11 | # to the `Guide` folder during build-time. |
| 12 | mdbook-admonish.css |
| 13 | mermaid-init.js |
| 14 | mermaid.min.js |
| 15 | |