mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 02:38:20 +08:00
5016fe2bcc
* 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>
38 lines
341 B
Plaintext
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/
|