Files
terdut-server/.gitignore
T
Niklas Ye 6baaf96638 Add release workflow, LICENSE, and version stamping
Tag-triggered workflow builds multi-platform binaries, pushes a multi-arch
Docker image to GHCR, bumps and releases the Helm chart, and creates a
GitHub release with all binary artifacts. Adds GPL-3.0 LICENSE and version
variable stamped at build time via ldflags.
2026-05-21 17:08:29 +02:00

28 lines
284 B
Plaintext

# build output
/terdut
/terdut-server
# SQLite database files
*.db
*.db-shm
*.db-wal
# editor / OS
.DS_Store
*.swp
*.swo
*~
# IDE
.idea/
.vscode/
*.iml
# local tooling
.claude/
.graymatter/
# Helm dependency downloads
charts/terdut-server/charts/
charts/terdut-server/Chart.lock