Files
QUptime/.gitignore
T
Axodouble 7bc33b1837
Container image / image (push) Successful in 1m47s
Release / release (push) Successful in 1m46s
v0.0.1 release
2026-05-15 05:03:06 +00:00

35 lines
415 B
Plaintext

# Build artifacts
/qu
/qu-*
/dist/
*.exe
*.test
*.out
# Go workspace / module cache (only relevant if vendored)
/vendor/
# Local node state — never commit anything that looks like a data dir
/quptime/
/etc/quptime/
node.yaml
cluster.yaml
trust.yaml
keys/
# Compose / secrets
.env
.env.local
*.local.yml
*.local.yaml
# Editor / OS scratch
*.swp
*.swo
*~
.DS_Store
# Test / coverage
coverage.out
coverage.html