Files
releases/.gitignore
T
Torin Sandall 09acbbdc7f Add build subcommand and expose compiler
These changes add a build command that writes out a policy.wasm file by
compiling an input query to WASM. These changes also add a simple
compile interface to the rego package.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2018-10-08 17:29:18 -07:00

16 lines
161 B
Plaintext

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