Files
any-hub/.dockerignore
Rogee 79075ef212
Some checks failed
docker-release / build-and-push (push) Failing after 14m9s
feat: add work flow
2025-11-14 14:18:24 +08:00

27 lines
288 B
Plaintext

# Build metadata and VCS noise
.git
.github
.codex
node_modules/
coverage/
logs
storage
*.log*
*.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