mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
3ab7b5c3f7
Conflicts: .gitignore LICENSE.md README.md
23 lines
239 B
Plaintext
23 lines
239 B
Plaintext
node_modules
|
|
coverage/
|
|
.aws-config.json
|
|
dist
|
|
|
|
# locally required config files
|
|
web.config
|
|
config.js
|
|
src/css/*.min.css
|
|
|
|
# Editor junk
|
|
*.sublime-workspace
|
|
*.swp
|
|
.idea/
|
|
|
|
data/sessions
|
|
data/*.db
|
|
data/log
|
|
/bin/*
|
|
/grafana-pro
|
|
|
|
grafana.custom.ini
|