Files
releases/.gitignore
T
Sebastian Spaink f6092b9ce4 add --format flag for proto/JSON plan bundles (#8825)
This change adds a new flag for emitting plan bundles in the new protobuf wire format. `opa build --format=json|proto`. With `--format=proto`, the bundle contains `/plan.pb` and `/.manifest.pb` in place of `/plan.json`and `/.manifest`. Bundle Reader auto-detects both forms; mixed-format bundles are rejected at read, merge, and write time.

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
2026-07-06 12:50:33 -05:00

47 lines
633 B
Plaintext

# development environment
.DS_Store
.vscode
.idea
*~
*.swp
# build artifacts
coverage.txt
opa_*
.Dockerfile_*
_release
wasm/_obj
_test
!*_test.go
site.tar.gz
policy.wasm
.npm
.gitbook
.go
release-notes.md
bundle.tar.gz
# ci artifacts
fuzzit
ast-fuzzer
ast-fuzzer.a
# runtime artifacts
policies
# Local Netlify folder
.netlify
# man pages
man
# generated when running local website build
docs/website/.hugo_build.lock
docs/website/data/versions
# generated when building windows binary to add icon and product version
resource.syso
# generated when building proto codegen plugin (see Makefile generate-proto)
build/tools/bin/