*#
.#*
/*.yaml
/*.yml
*.exe

/prometheus
/promtool
benchmark.txt
/data
/data-agent
/cmd/prometheus/data
/cmd/prometheus/data-agent
/cmd/prometheus/debug
/benchout
/cmd/promtool/data

!/.travis.yml
!/.promu.yml
!/.golangci.yml
/documentation/examples/remote_storage/remote_storage_adapter/remote_storage_adapter
/documentation/examples/remote_storage/example_write_adapter/example_writer_adapter

npm_licenses.tar.bz2
/web/ui/static/react
# NOTE(spasquie): unlike upstream, we want the assets to be committed in the repository because build environments don't have access to Yarn and external package repositories.
# This means that every time we update to a new Prometheus version, 'make assets' should be run and the resulting file committed to the repository.
#/web/ui/assets_vfsdata.go

#/vendor
/.build

/**/node_modules
