Bumps [`@grafana/create-plugin`](https://github.com/grafana/plugin-tools/tree/main/packages/create-plugin) configuration from 4.2.1 to 5.26.4. **Notes for reviewer:** This is an auto-generated PR which ran `@grafana/create-plugin update`. Please consult the create-plugin [CHANGELOG.md](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/CHANGELOG.md) to understand what may have changed. Please review the changes thoroughly before merging. --------- Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
66 lines
712 B
Plaintext
66 lines
712 B
Plaintext
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
.idea/
|
|
.vscode
|
|
|
|
*.bat
|
|
.DS_Store
|
|
|
|
# Grafana linter config
|
|
# .jshintrc
|
|
# .jscs.json
|
|
# .jsfmtrc
|
|
|
|
# Builded docs
|
|
docs/site/
|
|
|
|
# Tests
|
|
dist/test/
|
|
dist/test-setup/
|
|
|
|
vendor
|
|
src/vendor
|
|
src/vendor/npm
|
|
node_modules
|
|
coverage/
|
|
/tmp
|
|
|
|
artifacts/
|
|
work/
|
|
|
|
# playwright
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
playwright/.cache/
|
|
playwright/.auth/
|
|
|
|
# Tools logs
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Built plugin
|
|
dist/
|
|
ci/
|
|
alexanderzobnin-zabbix-app.zip
|
|
|
|
.eslintcache
|
|
|
|
# locally required config files
|
|
public/css/*.min.css
|
|
|
|
provisioning/
|
|
|
|
# SSL certificates
|
|
devenv/nginx/nginx.crt
|
|
devenv/nginx/nginx.key
|
|
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|