mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
b049b003f2
* Build: allow dynamically change docker image Right now, only for couple DBs. With the 2.1, you can do `${TAG:-5.6}` without needing the `.env` file, but it seems it would be better for back-compat to support `.env` right now. Fixes #17891 * Build: add prefix for removal process * Docs: mention makefile command instead of the bash Since we are moving to makefile for things and make command simplifies some of the actions you have to perform to work with different environments * Docs: mention dynamic tags in the docs * Docs: avoid name collision Fixes #16107
92 lines
1.4 KiB
Plaintext
92 lines
1.4 KiB
Plaintext
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
coverage/
|
|
.aws-config.json
|
|
awsconfig
|
|
/.awcache
|
|
/dist
|
|
/public/build
|
|
/public/views/index.html
|
|
/public/views/error.html
|
|
/emails/dist
|
|
/public_gen
|
|
/public/vendor/npm
|
|
/tmp
|
|
tools/phantomjs/phantomjs
|
|
tools/phantomjs/phantomjs.exe
|
|
profile.out
|
|
coverage.txt
|
|
|
|
docs/AWS_S3_BUCKET
|
|
docs/GIT_BRANCH
|
|
docs/GITCOMMIT
|
|
docs/changed-files
|
|
|
|
# locally required config files
|
|
public/css/*.min.css
|
|
|
|
# Editor junk
|
|
*.sublime-workspace
|
|
*.swp
|
|
.idea/
|
|
*.iml
|
|
*.tmp
|
|
.DS_Store
|
|
.vscode/
|
|
.vs/
|
|
|
|
/data/*
|
|
/bin/*
|
|
|
|
# devenv
|
|
/devenv/docker-compose.yaml
|
|
/devenv/.env
|
|
|
|
conf/custom.ini
|
|
/conf/provisioning/**/custom.yaml
|
|
/conf/provisioning/**/dev.yaml
|
|
/conf/ldap_dev.toml
|
|
/conf/ldap_freeipa.toml
|
|
profile.cov
|
|
/grafana
|
|
/local
|
|
.notouch
|
|
/Makefile.local
|
|
/pkg/cmd/grafana-cli/grafana-cli
|
|
/pkg/cmd/grafana-server/grafana-server
|
|
/pkg/cmd/grafana-server/debug
|
|
/pkg/extensions
|
|
/public/app/extensions
|
|
debug.test
|
|
/examples/*/dist
|
|
/packaging/**/*.rpm
|
|
/packaging/**/*.deb
|
|
/packaging/**/*.tar.gz
|
|
|
|
# Ignore OSX indexing
|
|
.DS_Store
|
|
|
|
/vendor/**/*.py
|
|
/vendor/**/*.xml
|
|
/vendor/**/*.yml
|
|
/vendor/**/*_test.go
|
|
/vendor/**/.editorconfig
|
|
*.orig
|
|
|
|
/devenv/bulk-dashboards/*.json
|
|
/devenv/bulk_alerting_dashboards/*.json
|
|
|
|
/scripts/build/release_publisher/release_publisher
|
|
*.patch
|
|
|
|
# Ignoring frontend packages specifics
|
|
/packages/**/dist
|
|
/packages/**/compiled
|
|
/packages/**/.rpt2_cache
|
|
|
|
theOutput/
|
|
|
|
# Ignore go local build dependencies
|
|
/scripts/go/bin/**
|