CI / changes (push) Successful in 11s
CI / commitlint (push) Has been skipped
CI / openapi (push) Successful in 26s
CI / web (push) Successful in 43s
CI / go (push) Failing after 32s
CI / bird2 (push) Has been skipped
CI / release (push) Has been skipped
- Added support for additional example environment files in .gitignore. - Improved the validation script for remote speaker compose by checking for the existence of the compose file and allowing for optional merging of example environment files, enhancing local and documentation parity.
20 lines
363 B
Plaintext
20 lines
363 B
Plaintext
# Root npm (semantic-release, commitlint) — npm ci in CI, never commit deps
|
|
node_modules/
|
|
|
|
# Generated by deploy/docker/write-bake-override.sh (CI/local bake)
|
|
deploy/docker/docker-bake.override.hcl
|
|
|
|
# CI-only markers (not committed)
|
|
.release-version
|
|
CHANGELOG.md
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env / secrets (local only)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.example
|