mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
9cc0be0fc2
Running "go build" defaults to building a binary named grafana in the root dir.
23 lines
229 B
Plaintext
23 lines
229 B
Plaintext
node_modules
|
|
coverage/
|
|
.aws-config.json
|
|
/dist
|
|
/tmp
|
|
|
|
# locally required config files
|
|
web.config
|
|
config.js
|
|
src/css/*.min.css
|
|
|
|
# Editor junk
|
|
*.sublime-workspace
|
|
*.swp
|
|
.idea/
|
|
|
|
/data/*
|
|
/bin/*
|
|
/grafana-pro
|
|
/grafana
|
|
|
|
grafana.custom.ini
|