mirror of
https://github.com/luxfi/explore.git
synced 2026-07-27 05:54:15 +00:00
* add counter metric and logger for bot request * add script for grafana local instance * add log endpoint * add ENV to enable monitoring * [skip ci] change metric labels and add telegram bot * [skip ci] remove 404 from /metrics route
57 lines
719 B
Plaintext
57 lines
719 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/node_modules_linux
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
/public/assets/
|
|
/public/envs.js
|
|
/public/icons/sprite.svg
|
|
/public/icons/README.md
|
|
/analyze
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.tools
|
|
grafana
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
/configs/envs/.env.secrets
|
|
/configs/envs/.samples
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
.eslintcache
|
|
|
|
# Sentry
|
|
.sentryclirc
|
|
|
|
**.decrypted~**
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
/playwright/.browser/
|
|
/playwright/envs.js
|
|
/playwright/affected-tests.txt
|
|
|
|
**.dec** |