65 lines
704 B
Plaintext
65 lines
704 B
Plaintext
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
.idea/
|
|
|
|
*.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
|