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>
50 lines
488 B
Plaintext
50 lines
488 B
Plaintext
# 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
|