mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
.github
.hooks
conf
docker
docs
emails
examples
packaging
pkg
public
scripts
tasks
tests
vendor
.bowerrc
.bra.toml
.editorconfig
.floo
.flooignore
.gitignore
.jscs.json
.jsfmtrc
.jshintrc
CHANGELOG.md
Gruntfile.js
LICENSE.md
Makefile
NOTICE.md
README.md
appveyor.yml
bower.json
build.go
circle.yml
karma.conf.js
latest.json
package.json
tsconfig.json
tslint.json
yarn.lock
42 lines
544 B
Plaintext
42 lines
544 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
coverage/
|
|
.aws-config.json
|
|
awsconfig
|
|
/dist
|
|
/emails/dist
|
|
/public_gen
|
|
/public/vendor/npm
|
|
/tmp
|
|
vendor/phantomjs/phantomjs
|
|
|
|
docs/AWS_S3_BUCKET
|
|
docs/GIT_BRANCH
|
|
docs/VERSION
|
|
docs/GITCOMMIT
|
|
docs/changed-files
|
|
docs/changed-files
|
|
|
|
# locally required config files
|
|
public/css/*.min.css
|
|
|
|
# Editor junk
|
|
*.sublime-workspace
|
|
*.swp
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
/data/*
|
|
/bin/*
|
|
|
|
conf/custom.ini
|
|
fig.yml
|
|
docker-compose.yml
|
|
profile.cov
|
|
/grafana
|
|
.notouch
|
|
/pkg/cmd/grafana-cli/grafana-cli
|
|
/pkg/cmd/grafana-server/grafana-server
|
|
/examples/*/dist
|