feat: add work flow
Some checks failed
docker-release / build-and-push (push) Failing after 14m9s

This commit is contained in:
2025-11-14 14:18:24 +08:00
parent 9444531e3b
commit 79075ef212
3 changed files with 110 additions and 5 deletions

View File

@@ -1,9 +1,26 @@
# Exclude build context noise and secrets
.git/
# Build metadata and VCS noise
.git
.github
.codex
node_modules/
coverage/
logs
storage
*.log*
.env*
.dockerignore
Dockerfile*
*.out
# Local configs or secrets
.env*
config.toml
config.*.toml
configs/*.toml
# Editor and tooling noise
.vscode
.idea
.DS_Store
*.swp
# Tests and docs not needed at runtime
/specs
/tests