g6/.gitignore
Aaron 5016fe2bcc
feat(plugins): add minimap plugin (#6103)
* feat(event): before draw, after draw will info whether to be render

* feat(plugins): add minimap plugin

* refactor(plugins): add container style

* refactor(plugins): remove DOMRect, add renderer option

* test: adjust minimap demo

* chore(test): config playwright test env

* test(plugins): add test case for minimap

* chore: update test config

* refactor: remove useless comment

---------

Co-authored-by: antv <antv@antfin.com>
2024-08-02 10:07:28 +08:00

38 lines
341 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
yarn.lock
package-lock.json
pnpm-lock.yaml
# Sys
.DS_Store
.idea
# Node
node_modules/
.npmrc
# Build
dist
lib
esm
# Test
coverage
# Bundle visualizer
stats.html
# Tools
.turbo
**/tmp/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/