mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
fc16580b4c
- utility/embed-static.sh, get called in Makefile to create go map from files - web/blob/blob.go implements http Handle for serving the files from the map - web/status.go uses blog.GetFile() to get the template file The assets are gzipped and decompressed on demand.
24 lines
175 B
Plaintext
24 lines
175 B
Plaintext
*#
|
|
*.[568ao]
|
|
*.a[568o]
|
|
*.cgo*.c
|
|
*.cgo*.go
|
|
*.conf
|
|
*.exe
|
|
*.orig
|
|
*.pyc
|
|
*.rej
|
|
*.rules
|
|
*.so
|
|
*~
|
|
.*.swp
|
|
._*
|
|
.DS_Store
|
|
.git
|
|
.gitignore
|
|
.nfs.*
|
|
[568a].out
|
|
_cgo_*
|
|
core
|
|
web/blob/files.go
|