Files
any-hub/.dockerignore
Rogee 83bb6623e8
Some checks failed
docker-release / build-and-push (push) Failing after 9m59s
adjust dir structures
2025-11-14 15:02:33 +08:00

29 lines
305 B
Plaintext

# Build metadata and VCS noise
.git
.github
.codex
.specify
configs
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