g6/.gitignore

38 lines
409 B
Plaintext
Raw Normal View History

2023-02-02 10:31:36 +08:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
2023-02-02 10:31:36 +08:00
yarn.lock
# Sys
.DS_Store
.idea
2023-02-02 10:31:36 +08:00
# Node
2023-02-02 10:31:36 +08:00
node_modules/
# Build
2023-02-02 10:31:36 +08:00
dist
lib
esm
2023-02-02 10:31:36 +08:00
# Test
coverage
2023-02-02 10:31:36 +08:00
# Bundle visualizer
stats.html
2023-02-02 10:31:36 +08:00
# Snapshots error images
__tests__/integration/snapshots/**/*-actual.*
__tests__/integration/snapshots/**/*-diff.*
2023-02-02 10:31:36 +08:00
# Website cache byb dumi
site/.dumi/tmp
site/.dumi/tmp-production
2023-02-02 10:31:36 +08:00
# Editor
.vscode