mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
50af12bb5f
Otherwise running opa build in the directory dirties the working copy. Signed-off-by: Torin Sandall <torinsandall@gmail.com>
37 lines
347 B
Plaintext
37 lines
347 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
|