Files
releases/.gitignore
T
Torin Sandall ce9a6e0c9a Update docs build process for new front page
These changes just update the build process for the new front page. As
part of these changes, the build should now be run under the host user
account instead of as root (this fixes the issue for site build
artifacts being owned by root.) To make that work the gitbook and npm
directories used by the docs build process need to be located under the
root directory so that they're writable by the user.

With these changes, the first time you build the site locally gitbook
needs to be installed but after that it's cached locally in the .gitbook
directory (so subsequent builds are fast when coupled with the vendored
node_modules for the gitbook plugins).

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2018-11-26 15:10:14 -08:00

20 lines
191 B
Plaintext

# development environment
.DS_Store
.vscode
.idea
# build artifacts
coverage
opa_*
.Dockerfile_*
_release
wasm/_obj
_test
site.tar.gz
policy.wasm
.npm
.gitbook
# runtime artifacts
policies