90f1cf8bdf
Format / gofmt (push) Successful in 5s
CI / Build (push) Successful in 12s
CI / Go Tests (push) Successful in 22s
Release Artifacts / Validate release tag (push) Successful in 1s
Release Artifacts / Build and release executables (push) Successful in 33s
Release Artifacts / Build and release Docker image (push) Successful in 3m10s
Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
# Build artifacts
|
|
/bin/
|
|
|
|
# Run Artifacts
|
|
/*.yaml
|
|
/data/
|
|
|
|
# Coverage outputs
|
|
/*.out
|
|
|
|
# Frontend dependencies
|
|
/web/ui/node_modules/
|
|
|
|
# Frontend build artifacts
|
|
/web/static/
|
|
# Local/large test fixtures (do not commit)
|
|
/testdata/*.zip
|