g6/.gitignore
2023-09-07 20:17:31 +08:00

41 lines
478 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
pnpm-workspace.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
# Editor
.vscode