* github actions workflows added * added playwright tests * Apply suggestions from code review * Update .github/workflows/push.yaml
54 lines
556 B
Plaintext
54 lines
556 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/
|