mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2026-07-14 13:40:37 +02:00
5cb80a03df
Bump cc-backend to v1.5.4 and cc-lib to v2.12.0 with transitive dependency updates, add a `make fmt` target running gofumpt, ignore the dist directory, and reformat multi-line calls to gofumpt style. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Entire-Checkpoint: 09016e793f9b
32 lines
452 B
Plaintext
32 lines
452 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Project specific ignores
|
|
/cc-metric-store
|
|
/var
|
|
|
|
aditya.creds
|
|
test.creds
|
|
/config.json
|
|
|
|
migrateTimestamps.pl
|
|
sample.txt
|
|
sample_alex.txt
|
|
sample_fritz.txt
|
|
|
|
test_ccms_write_api.sh
|
|
dist
|