mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
dbfa80675d
* chore: remove rfc template * chore: remove issue hunt * chore: remove pnpm lock file * chore: rename action file * chore: remove pnpm-workspace.yaml from .gitignore * chore: remove issue hunt action
38 lines
441 B
Plaintext
38 lines
441 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/
|
|
|
|
# Build
|
|
dist
|
|
lib
|
|
esm
|
|
|
|
# Test
|
|
coverage
|
|
|
|
# Bundle visualizer
|
|
stats.html
|
|
|
|
# Snapshots error images
|
|
packages/g6/tests/integration/snapshots/**/*-actual.*
|
|
packages/g6/tests/integration/snapshots/**/*-diff.*
|
|
|
|
# Website cache byb dumi
|
|
site/.dumi/tmp
|
|
site/.dumi/tmp-production
|
|
|