Files
releases/.gitignore
T
Torin Sandall 50af12bb5f Add bundle.tar.gz to gitignore (#3384)
Otherwise running opa build in the directory dirties the working copy.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-04-14 21:04:45 +02:00

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