g6/.gitignore
hustcc ae95e92140
refactor: remove unused files, and add husky and commitlint (#4383)
* refactor: remove unused files, and add husky and commitlint

* test: add github action
2023-03-23 20:43:53 +08:00

38 lines
409 B
Plaintext

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