Files
akvorado/.gitignore
Vincent Bernat b1d6382585 common/embed: replace all go:embed use by an embedded archive
Some of the files were quite big:

- asns.csv ~ 3 MB
- index.js ~ 1.5 MB
- *.svg ~ 2 MB

Use a ZIP archive to put them all and embed it. This reduce the binary
size from 89 MB to 82 MB. 🤯

This also pulls some code modernization (use of http.ServeFileFS).
2025-09-03 00:00:05 +02:00

19 lines
314 B
Plaintext

/bin/akvorado
/test/
/orchestrator/clickhouse/data/asns.csv
/orchestrator/clickhouse/data/tcp.csv
/orchestrator/clickhouse/data/udp.csv
/console/filter/parser.go
/common/schema/definition_gen.go
/common/embed/data/embed.zip
mock_*.go
*_enumer.go
*.pb.go
/console/data/frontend/
*~
/.go-cache
/.npm-cache
/result