mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Allows users to select and inject analytics components into board cells. Includes component registry, renderer, selector modal with category menu, config fields for MetricsTable, and live preview. Also scopes website select to team websites when editing a team board. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
49 lines
488 B
Text
49 lines
488 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
.pnpm-store
|
|
package-lock.json
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next
|
|
/out
|
|
|
|
# production
|
|
/build
|
|
/public/script.js
|
|
/geo
|
|
/dist
|
|
/generated
|
|
/src/generated
|
|
pm2.yml
|
|
|
|
# misc
|
|
.DS_Store
|
|
.idea
|
|
.yarn
|
|
*.iml
|
|
*.log
|
|
.vscode
|
|
.tool-versions
|
|
.claude
|
|
.agents
|
|
tmpclaude*
|
|
nul
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env
|
|
.env.*
|
|
*.env.*
|
|
|
|
*.dev.yml
|