mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 08:34:25 -06:00
ded3d53d89
* Add betterer tests to prevent adding more type assertions and explicit any's into the codebase * update betterer results file * better glob matching * updated results * update results again... * use more up to date betterer packages * they're devdeps... * Commit latest betterer results * latest .betterer.results Co-authored-by: joshhunt <josh@trtr.co>
169 lines
3.0 KiB
Plaintext
169 lines
3.0 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
|
|
/reports
|
|
/e2e/tmp
|
|
/scripts/grafana-server/tmp
|
|
vendor/
|
|
/docs/menu.yaml
|
|
/requests
|
|
tsconfig.tsbuildinfo
|
|
|
|
# Yarn
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
# we temporarily commit this file because yarn downloading it
|
|
# somehow produces different checksum values
|
|
!.yarn/cache/pa11y-ci-https-1e9675e9e1-668c9119bd.zip
|
|
.pnp.*
|
|
|
|
# Enterprise emails
|
|
/emails/templates/enterprise_*
|
|
/public/emails/enterprise_*
|
|
|
|
# Enterprise reporting fonts
|
|
/public/fonts/dejavu
|
|
|
|
# Enterprise devenv
|
|
/devenv/docker/blocks/grafana-enterprise
|
|
/devenv/docker/blocks/saml-enterprise
|
|
|
|
/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/
|
|
!.vscode/launch.json
|
|
.vs/
|
|
.eslintcache
|
|
.stylelintcache
|
|
|
|
/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/*
|
|
/pkg/server/wireexts_enterprise.go
|
|
/pkg/cmd/grafana-cli/runner/wireexts_enterprise.go
|
|
!/pkg/extensions/main.go
|
|
/public/app/extensions
|
|
debug.test
|
|
/examples/*/dist
|
|
/packaging/**/*.rpm
|
|
/packaging/**/*.deb
|
|
/packaging/**/*.tar.gz
|
|
/packaging/**/*.tar.gz.sha256
|
|
pkg/cmd/grafana-server/__debug_bin
|
|
|
|
# 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
|
|
/devenv/datasources_bulk.yaml
|
|
/devenv/bulk_alerting_dashboards/bulk_alerting_datasources.yaml
|
|
|
|
/scripts/build/release_publisher/release_publisher
|
|
*.patch
|
|
|
|
# Ignoring frontend packages specifics
|
|
/packages/**/dist
|
|
/packages/**/compiled
|
|
/packages/**/.rpt2_cache
|
|
/packages/**/tsdoc-metadata.json
|
|
|
|
# Ignore compilation stats from `yarn stats`
|
|
compilation-stats.json
|
|
|
|
# e2e tests
|
|
/packages/grafana-e2e/cypress/screenshots
|
|
/packages/grafana-e2e/cypress/videos
|
|
/packages/grafana-e2e/cypress/logs
|
|
/e2e/server.log
|
|
/e2e/**/screenshots
|
|
!/e2e/**/screenshots/expected/*
|
|
/e2e/**/videos/*
|
|
/e2e/benchmarks/**/results/*
|
|
/e2e/benchmarks/**/results
|
|
/e2e/build_results.zip
|
|
|
|
# grafana server
|
|
/scripts/grafana-server/server.log
|
|
|
|
# a11y tests
|
|
/pa11y-ci-results.json
|
|
/pa11y-ci-report
|
|
|
|
# report dumping the whole system env
|
|
/report.*.json
|
|
|
|
# auto generated frontend docs
|
|
/docs/sources/packages_api
|
|
|
|
# auto generated Go files
|
|
*_gen.go
|
|
!pkg/services/featuremgmt/toggles_gen.go
|
|
!pkg/coremodel/**/*_gen.go
|
|
!pkg/framework/**/*_gen.go
|
|
|
|
# Auto-generated localisation files
|
|
public/locales/_build/
|
|
public/locales/**/*.js
|
|
|
|
deployment_tools_config.json
|
|
|
|
.betterer.cache
|